#saber-mais > .modulo-boton {
    height: 400px;
    background: url("/documents/46699/2356284/furgoneta-verde.webp") center/cover no-repeat;
    padding: 0;
    text-align: center;
    margin-top: 2px;
}

#saber-mais > .modulo-boton > .titulo {
    color: #ffffff;
    font-size: 32px;
    line-height: 36px;
    font-weight: bold;
    margin-bottom: 20px;
    font-style: normal;
}

#saber-mais > .modulo-boton > .texto {
    color: #ffffff;
    font-size: 18px;
    line-height: 32px;
    margin-bottom: 40px;
    font-style: normal;
}


#saber-mais > .modulo-boton > .btn {
    background: #FFFFFF;
    max-width: 250px;
    height: 55px;
    border: 1px solid #387002;
    border-radius: 80px;

    box-sizing: border-box;

}

#saber-mais > .modulo-boton > .btn > .button-text {
    font-size: 16px;
    text-transform: initial;
    color: #387002;

}