.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  box-shadow: 0 1px 0 rgba(7, 21, 93, .08);
}

.contact-details {
  gap: 18px;
}

.office-contact address {
  margin-top: 8px;
  color: var(--muted);
  font-style: normal;
  font-weight: 400;
  line-height: 1.65;
}

.office-contact address strong {
  color: var(--ink);
  font-weight: 700;
}

section[id] {
  scroll-margin-top: 84px;
}

@media (max-width: 900px) {
  section[id] {
    scroll-margin-top: 72px;
  }
}
