.contact-page__contacts {
  margin-top: 64px;
  margin-bottom: 24px;
  font-size: var(--fs-h2);
  line-height: var(--lh-h2);
}

.contact-page__contacts > span {
  display: block;
  margin-bottom: 12px;
}

.contact-page__contacts > span:last-child {
  margin-bottom: 0;
}

.contact-page__contacts a {
  text-decoration: none;
}

.contact-page__contacts a:hover {
  text-decoration: underline;
}

.contact-page__address a {
  color: #1E2A7B;
  text-decoration: none;
}

.contact-page__address a:hover {
  text-decoration: underline;
}

.contact-page__image {
  margin-top: 80px;
  margin-bottom: 0;
}

.contact-page__image img {
  max-width: 100%;
}


@media (max-width: 996px) {
  .contact-page__contacts > span {
    margin-bottom: 8px;
  }
}

@media (max-width: 692px) {
  .contact-page__contacts {
    margin-top: 32px;
  }

  .contact-page__image {
    margin-top: 64px;
  }
}