@media (max-width: 767px) {
    .text-product, .products-fixed-slider .s-slider-block__title h2 {
        font-size: 22px;
        line-height:100%;
    }
   .image-logo {
        text-align: center;
        margin: auto auto;
    }
}

.mainbaner-slide img {
    width: 100%;
    box-shadow: 0px 0px 8px 0px #0000001C;
    height: 100%;
    object-fit: cover;
    min-height: unset !important;
    max-height: unset !important;
}