.fondo-mais-com-mais {
    background: var(--Color-Icon-Accent-1, #00A443);
}

section.mais-com-mais {
    padding: 32px 0 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.texto-com-mais {
    padding: 24px 0 32px;
    text-align: center;
}

.texto-com-mais p {
    margin: 0;
    color: var(--Color-Content-General-Inverse, #FFF);
    text-align: center;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: IberPangea;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
}

@media (min-width: 992px) {
    .texto-com-mais {
        max-width: 686px;
    }
    .texto-com-mais p {
        font-size: 24px;

        line-height: 32px;
    }
}

@media (min-width: 1200px) {
    .texto-com-mais {
        max-width: 826px;
    }
}

@media (min-width: 1440px) {
    .texto-com-mais {
        max-width: 840px;
    }

}