.usc-secondary-cta-left-aligned__body {
    text-align: left;
}

.usc-secondary-cta-left-aligned__body ul {
    margin-left: 2rem;
}

.usc-secondary-cta-left-aligned__body ul li {
    list-style-type: disc;
    padding-bottom: 1rem;
}

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

@media screen and (min-width: 768px) {
    .usc-wysiwyg__wrapper.mobile-only {
        display: none;
    }
    .usc-secondary-cta-left-aligned__background {
        background-size: inherit;
    }

    .usc-secondary-cta-left-aligned__body {
        max-width: 40vw;
    }

}