.contenedor-modulo-verde {
    background-color: #00402A;
    padding: 48px 16px;
}

.contenedor-modulo-verde .contenedor-textos .titulo {
    color: var(--Color-Content-General-Inverse, #FFF);
    text-align: center;
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: 'IberPangea-Regular';
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 40px;
    width: 311px;
    margin: 0 auto;
    margin-top: 24px;
    margin-bottom: 32px;
}

.contenedor-modulo-verde .contenedor-textos .subtitulo {
    color: var(--Color-Content-General-Inverse, #FFF);
    text-align: center;
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: 'IberPangea-Regular';
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    width: 311px;
    margin: 0 auto;
    margin-bottom: 40px;
}

@media(min-width: 576px) {
    .contenedor-modulo-verde {
        padding: 40px;
    }
    .contenedor-modulo-verde .contenedor-textos .titulo {
        width: 496px;
    }
    .contenedor-modulo-verde .contenedor-textos .subtitulo {
        width: 496px;
    }
}

@media(min-width: 992px) {
    .contenedor-modulo-verde {
        padding: 64px 83px;
    }
    .contenedor-modulo-verde .contenedor-textos .titulo {
        width: auto;
        margin-bottom: 8px;
        margin-top: 0px;
    }
    .contenedor-modulo-verde .contenedor-textos .subtitulo {
        width: auto;
        margin-bottom: 0px;
    }
}

@media(min-width: 1200px) {
    .contenedor-modulo-verde {
        padding: 64px 10px;
    }
}

@media(min-width: 1920px) {
    .contenedor-modulo-verde {
        padding: 64px 320px;
    }
}