.usc-secondary-cta-left-aligned__content {
    padding-top: 2rem;
}

@media screen and (max-width: 499px) {
    .usc-secondary-cta-left-aligned__body {
        max-width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .usc-wysiwyg__wrapper {
        padding-top: 0;
    }
}

@media screen and (min-width: 768px) {
    .usc-secondary-cta-left-aligned__body {
        max-width: 40vw;
    }

    .usc-wysiwyg__wrapper {
        display: none;
    }
}