/* Add custom CSS styles below */ 
.section-container .absolute {
    max-width: 50%;
    position: absolute;
    left: 23%;
}

@media(max-width:768px) {
.landing-page-first-banner .item-text {
    max-width: 180px !important;
}

  .landing-page-first-banner  .item-text h1 {
    font-size:13px !important;
}
  .landing-page-first-banner  .item-text> img {
    width: 100px !important ;
}

.section-container .object-cover {

    object-fit: fill; !important ;
}
  .swiper-wrapper.s-slider-swiper-wrapper {
    padding-right: 0;
}
}