
@media (min-width: 1200px) {
  .service-card {
    min-height: 37vw;
  }
}


@media (min-width: 1550px) {
  .service-card {
    min-height: 35vw;
  }
}

@media (min-width: 992px) and (max-width: 1050px) {
  #formats.formats-process-section>.container-custom {
    position: sticky;
    top: -42%;
    min-height: 60vh !important;
    display: flex;
    align-items: center;
    box-sizing: border-box;
  }

  section#formats {
    height: 100% !important;
    min-height: auto !important;
  }

  #formats .formats-swiper {
    overflow: hidden;
    padding-left: 17vw;
  }
}
@media (min-width: 992px) {
    div#formatsTrack .swiper-wrapper {
        cursor: auto !important;
    }
}
