.page-top {
  color: #fff;
}

/**/
.contact-content .wrap * {
  color: #fff;
}

.contact-content .row {
  grid-gap: 30px;
}

.contact-content p {
  margin: 0;
  color: #fff;
  font-size: clamp(22px, 2.3vw, 27px);
}

.contact-cover {
  margin-top: var(--height-py-md);
}

.contact-cover video {
  object-fit: cover;
  display: block;
  width: 100%;
  height: auto;
  object-position: center;
  border-radius: var(--round-border-md);
}

.contact-cover__image,
.contact-cover__image img {
  display: block;
  width: 100%;
  aspect-ratio: 1280/840;
  height: auto;
  border-radius: var(--round-border-md);
  overflow: hidden;
}

.contact-cover__image img {
  object-fit: cover;
  object-position: center;
}

.contact-content__button {
  margin-top: 7px;
}

@media(max-width: 1140px) {
  .contact-content :is(p, p a) {
    display: inline;
  }

  .contact-content p a {
    text-decoration: underline !important;
  }
}