* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: Arial, Helvetica, sans-serif;
}

a {
  text-decoration: none!important;
  color: inherit;
}

body {
  background: #f3f3f3;
  color: #222;
}

:root {
  --theme-blue: #007bff;
}


.block-header-title {
    margin: 3rem;
    font-size: clamp(28px, 3.2vw + 12px, 42px);
    line-height: 1.12;
    font-weight: 800;
    color: var(--navy);
    letter-spacing: -.02em;
    text-align: center;
    display:flex;
    align-items: center;
    justify-content: center;
    gap: 0.25em;
}

.block-header-title span {
    color: #1a71b2;
}
