@media (min-width: 576px) {
}

@media (min-width: 768px) {
  header img {
    object-fit: cover;
    width: 100%;
    max-height: 50vh;
  }

  #workplaces .swiper-pagination {
    top: auto;
    bottom: 0;
  }
}

@media (min-width: 992px) {
}

@media (min-width: 1200px) {
}

@media (min-width: 1400px) {
}
@media (max-width: 900.98px) {
  .contact-image {
    display: none;
  }
}
