
@media screen and (max-width: 560px) {
    .wonder-header-cta-wrapper {
        transform: unset !important;
    }
}


    @media screen and (min-width: 561px) {
        [data-section-type="access"] .section-body-container .wonder-access-list-li-inner {
            align-items: center !important;
        }
    }
    @media screen and (max-width: 560px) {
        [data-section-type="access"] .section-body-container .wonder-access-list-li-inner .wonder-access-txt01 span {
            text-align: center !important;
        }
    }
