.s-block--banners .grid {
    grid-template-columns: repeat(auto-fit, minmax(0px, 1fr));
}

.s-block--banners .banner-entry {
    height: 300px;
}

@media (max-width: 992px) {
    .s-block--banners .banner-entry {
        height: 200px;
    }
}

@media (max-width: 480px) {
    .s-block--banners .banner-entry {
        height: 100px;
    }
}

.s-block--banners .lazy__bg {
    background-size: contain;
    background-repeat: no-repeat;
}
.banner-entry {
    background-color: rgb(255 255 255) !important;
}
@media(max-width:768px){
  .slider-banner-main-5 .justify-center,
  .slider-banner-main-9 .justify-center{
    justify-content: flex-start !important;
  }
  .slider-banner-main-5 .max-w-\[700px\],
  .slider-banner-main-9 .max-w-\[700px\]{
    text-align: center !important;
    align-items: center !important;
  }
.slider-banner-main-5 h1,
  .slider-banner-main-5 p,
  .slider-banner-main-9 h1,
  .slider-banner-main-9 p{
    text-align: center !important;
    max-width: 100%;
    width: 100%;
}
}