.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;
    }
}
