/*********************************/
/* CRÉDITO DE CARBONO VOLUNTÁRIO */
/*********************************/

#credito-carbono-voluntario{
    font-weight: 600;
    color: #000;
    text-align: center;
    position: relative;
    min-height: 450px;
    background-image: url(../../../img/credito-carbono-voluntario.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    background-attachment: fixed;
    display: flex;
    align-items: center;
}

@media screen and (max-width: 992px){
    #credito-carbono-voluntario {
        padding: 50px 15px;
        text-align: justify;
    }
}