@media (min-width: 820px) and (max-width: 1024px) {
  .advantage-height-wrapper {
    height: 700px !important;
  }

  #advantage-slider-images-container > div {
    transform: translateY(50px);
  }

  .advantage-height-wrapper .card {
    padding-top: 3rem !important;
    padding-bottom: 2rem !important;
  }
}


