main .pageBg {
  background-image:
    linear-gradient(to bottom, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.7) 100%),
    url("/wp-content/uploads/1.webp") !important;
}

.contacts__disclaimer {
  line-height: 1.7;
  font-size: max(0.8rem, 12px);
}

.contacts__disclaimer h1 {
  margin-bottom: 1rem;
  font-family: var(--font-base);
  font-size: max(1rem, 14px);
  color: var(--color-brand-secondary) !important;
  font-weight: 900;
}

.contact__card .contact__card__top .contact__photo__container {
  width: clamp(100px, 13vw, 140px);
}

.contact__position {
  font-size: max(0.8rem, 11px);
}

.contact__card {
  min-width: 260px;
}

@media screen and (min-width: 992px) {
  main .pageBg {
    background-image:
      linear-gradient(to right, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.7) 100%),
      url("/wp-content/uploads/1.webp") !important;
  }

  .page__right h3 {
    font-size: 1.4rem !important;
  }
}

@media screen and (min-width: 1440px) {
  .contact__card {
    min-width: 230px;
  }
}