
    @media screen and (max-width: 560px) {
        [data-section-type=appeal].for-example .wonder-img-scroll-container.img-left-margin {
            margin-left: 0px !important;
        }
        [data-section-type=appeal].for-example .wonder-img-scroll-container.img-left-margin .swiper-wrapper-img img{
            object-fit: cover !important;
        }
    }


    @media screen and (min-width: 561px) {
        [data-section-type="reason"] .added-logo {
            height: 74px;
            position: relative;
            top: 23px;
        }
        .wonder-cv .wonder-cv-wrapper .wonder-cv-inner-content-wrapper .wonder-cv-title img {
            width: 200px;
            top: 26px;
            position: relative;
        }
        .wonder-cv .wonder-cv-wrapper {
            padding-top: 25px !important;
        }
    }
    @media screen and (max-width: 560px) {
        [data-section-type="reason"] .added-logo {
            height: 60px;
            position: relative;
            top: 13px;
        }
        .wonder-cv .wonder-cv-wrapper .wonder-cv-inner-content-wrapper .wonder-cv-title img {
            width: 38% !important;
        }
    }
