main .pageBg {
  background-image:
    linear-gradient(to bottom, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.7) 100%),
    url("https://thehangar.visionpitch.com.au/wp-content/uploads/es-bg.jpg") !important;
}

.contacts__disclaimer {
  line-height: 1.6;
  font-size: max(0.8rem, 12px);
}

.contacts__disclaimer h1 {
  margin-bottom: 1rem;
}

.contact__position {
  font-size: max(0.8rem, 11px);
}

.page__right
  .contact__cards__container
  .contact__card
  .phone
  .contact__shortened__line
  a {
  font-size: 1rem;
}

@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("https://thehangar.visionpitch.com.au/wp-content/uploads/es-bg.jpg") !important;
  }

  .page__right h3 {
    font-size: 1.4rem !important;
  }
}

@media screen and (min-width: 1440px) {
  .page__right .contact__cards__container {
    justify-content: start !important;
    gap: 2rem !important;
  }

  .contact__card {
    min-width: 230px;
  }
}
