.catalog-category-view ol.products.list.items.product-items {
    position: relative;
}

.d-flex.space-between.payment-block {
    position: relative;
}

@media screen and (max-width: 1100px) and (min-width: 768px){
    .catalog-category-view .cat-banner-button {
        position: absolute !important;
        top: 40% !important;
        left: 10% !important;
        background-color: #B1C3D8;
        color: white;
        font-size: 16px !important;
        padding: 15px 40px !important;
        border-radius: 12px !important;
        border: 1px solid #B1C3D8;
    }

    .catalog-category-view .cat-banner-txt {
        position: absolute !important;
        left: 6.57% !important;
        right: 64.48% !important;
        top: 11.9% !important;
        bottom: 86.49% !important;
        font-family: 'Quattrocento';
        font-style: normal;
        font-weight: 400 !important;
        font-size: 36.5207px !important;
        line-height: unset;
        color: #161716;
        width: 27%;
    }

    .catalog-category-view .cat-banner-flex {
        display: flex !important;
        position: unset !important;
        top: 84% !important;
        left: 6% !important;
        background-color: #B1C3D8 !important;
        flex-wrap: wrap !important;
    }

    .catalog-category-view .cat-banner-text {
        font-size: 16px !important;
        color: white !important;
        padding: 0px 10px !important;
        line-height: 3 !important;
        width: 50% !important;
    }
}


@media screen and (max-width: 1400px) and (min-width: 1101px){
.catalog-category-view .cat-banner-flex {
    display: flex !important;
    position: unset !important;
    top: 84% !important;
    left: 6% !important;
    background-color: #B1C3D8 !important;
    flex-wrap: wrap !important;
}

.catalog-category-view .cat-banner-text {
    font-size: 23px !important;
    color: white !important;
    padding: 0 45px !important;
    line-height: 3 !important;
    width: 50% !important;
}

.catalog-category-view .cat-banner-txt {
    font-size: 53px !important;
}

.catalog-category-view .cat-banner-button {
    position: absolute !important;
    top: 43% !important;
    left: 9% !important;
    font-size: 30px !important;
}
}

@media screen and (max-width: 1699px) and (min-width: 1401px){
.catalog-category-view .cat-banner-button {
    position: absolute!important ;
    top: 52%!important ;
    left: 10%!important ;
}

.catalog-category-view .cat-banner-flex {
    display: flex!important ;
    position: absolute!important ;
    top: 81%!important ;
    left: 3%!important ;
    background-color: #B1C3D8!important ;
    width: 90%!important ;
}

.catalog-category-view .cat-banner-text {
    font-size: 20px!important ;
    color: white!important ;
    padding: 0 25px!important ;
    line-height: 3!important ;
}

.catalog-category-view .cat-banner-txt {
    position: absolute!important ;
    left: 6.57%!important ;
    right: 64.48%!important ;
    top: 11.9%!important ;
    bottom: 86.49%!important ;
    font-family: 'Quattrocento'!important ;
    font-style: normal!important ;
    font-weight: 400!important ;
    font-size: 63px!important ;
    color: #161716!important ;
    width: 27%!important ;
}
}
