/*CSS*/
/* CTA Button */
.cta-button {
    width: 100%;
    max-width: 420px;
    padding-top: 1.2rem;
    padding-bottom: 1.25rem;
    font-size: 1.5rem;
    line-height: 1.2;
    text-transform: uppercase;
    border-radius: 0.875rem;
}
.cta-button > span {
    display: block;
    font-size: 0.5em;
    font-weight: normal;
}
@media (min-width: 576px) {
    .cta-button {
        font-size: 1.8rem;
    }
}
