
@media screen and (max-width: 560px) {  
    .wonder-cv[data-composition-type=C] .cv-title-wrapper {
        flex-direction: column !important;
    }
}


[data-section-type="product"] .wonder-scroll-container.enabled.scroll-bar-top ul li.wonder-product-list-li {
    margin-bottom: 10px !important;
}
[data-section-type="product"] .wonder-scroll-container.enabled.scroll-bar-top ul li.wonder-product-list-li:last-of-type {
    margin-right: 10px !important;
}


    @media screen and (max-width: 560px) {
        .cv-title-wrapper .cv-title-img-wrapper {
            width: 200px !important;
        }
        [data-section-type="cv"] .cv-title-wrapper .cv-title-img-wrapper {
            width: 250px !important;
        }
        [data-section-type="reason"] .cv-title-wrapper .cv-title-img-wrapper,
        [data-section-type="appeal"] .cv-title-wrapper .cv-title-img-wrapper {
            position: relative !important;
            top: 4px;
        }
    }
