/* Existing contacts layout, original business-centre photograph from the old site. */
.page-contacts .page-intro {
  background-image: linear-gradient(90deg, rgba(6, 31, 45, .84), rgba(6, 31, 45, .38)), url('/assets/media/contact-business-centre.webp');
  background-size: cover;
  background-position: center, center 38%;
}

@media (max-width: 720px) {
  .page-contacts .page-intro {
    background-image: linear-gradient(90deg, rgba(6, 31, 45, .80), rgba(6, 31, 45, .55)), url('/assets/media/contact-business-centre.webp');
    background-position: center, 43% center;
  }
}
