
    @media screen and (max-width: 560px) {
        .wonder-cv .wonder-cv-wrapper .wonder-cv-inner-content-wrapper {
            margin-top: unset !important;
        }
        [data-section-type="cv"] .wonder-cv-title img {
            width: 80% !important;
            position: relative;
            top: unset !important;
            height: 85px !important;
        }
        [data-section-type="cv"] .wonder-cv-title {
            margin-top: unset !important;
        }
        [data-section-type="appeal"] .title-container span img {
            width: 85% !important;
            position: relative !important;
            top: 38px !important;
            left: 10px !important;
        }
        .wonder-header .wonder-header-inner .wonder-header-logo-wrapper .wonder-header-main .wonder-header-logo img {
            height: 65px !important;
        }
        .header-logo-link img {
            width: 315px !important;
            height: 60px !important;
            position: relative;
            bottom: 10px !important;
        }
        [data-section-type="reason"] .title-container img {
          width: 80% !important;
          position: relative;
          top: 30px !important;
          left: 10px !important;
        }
    }
    @media screen and (min-width: 561px) {
        .wonder-header .wonder-header-inner .wonder-header-logo-wrapper .wonder-header-main .wonder-header-logo img {
            max-height: unset !important;
            position: relative;
            bottom: 5px !important;
        }
        [data-section-type=access] .wonder-default-main-content .wonder-access-txt-box .wonder-access-img {
            margin-bottom: 25px !important;
            margin-top: -10px !important;
        }
        .wonder-footer-logo-wrapper .wonder-footer-logo img {
            height: 70px !important;
        }
        .wonder-header-logo-wrapper .header-logo-link img {
            height: 80px !important;
        }
        [data-section-type="cv"] .wonder-cv-inner-content-wrapper img {
            height: 75px !important;
        }
        .wonder-cv .wonder-cv-wrapper .wonder-cv-inner-content-wrapper .wonder-cv-title {
            margin-top: -30px !important;
        }
      .added-logo-image {
        position: relative !important;
        width: 40% !important;
        top: 40px !important;
        left: 20px !important;
      }
    }
