.section-synopsis :not(.section-title) {
    font-size: 1rem;
    line-height: 1.5rem;
}

@media (min-width: 768px) {
    .section-synopsis :not(.section-title) {
        font-size: 1.125rem;
        line-height: 1.75rem;
    }
}

#unsubscribe-from-newsletter {
    text-align: center;
    max-width: 50rem;
    margin: 0 auto;
}

#unsubscribe-from-newsletter-message {
    font-size: 1.2rem;
}

#unsubscribe-from-newsletter .error-block-footer {
    margin-top: 3rem;
}
