@media(max-width:991.98px){
    .swiper-slide{
      min-height:60vh !important;
        padding: 60px 0 20px 0;
    }
}
  
  @media (min-width: 992px) {
    .swiper {
        min-height: 60vh !important;
    }
}
  
  .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.4) 100%);
    z-index: 1;
}