.contacts-page {
  padding-top: 96px;
  padding-bottom: calc(80px + var(--safe-bottom));
  max-width: 760px;
  -webkit-text-size-adjust: 100%;
}

.contacts-page h1 {
  margin-bottom: 28px;
}

.contacts-page__lede {
  font-family: var(--ff-serif);
  font-size: clamp(18px, 2.4vw, 24px);
  line-height: 1.62;
  text-wrap: pretty;
  margin-bottom: 40px;
}

.contacts-page__list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-size: 15px;
  line-height: 1.9;
  font-weight: 300;
  color: #555;
}

@media (min-width: 768px) and (max-width: 991px) {
  .contacts-page {
    padding-top: 112px;
    padding-bottom: calc(100px + var(--safe-bottom));
  }
}

@media (min-width: 992px) {
  .contacts-page {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .contacts-page__lede {
    margin-bottom: 56px;
  }
}
