#desistir {
    background: linear-gradient(90deg, #6FD73A, #2CB620);
    padding: 40px 0px;
    overflow: hidden;
}

#desistir .btn-1 {
    background: linear-gradient(90deg, #0C9C00, #0A7A00);
    color: #fff;
    margin-right: 20px;
    border-radius: 5px;
}

#desistir a {
    border-radius: 0px;
    font-size: 16px;
    font-weight: 800;
    line-height: 19px;
    letter-spacing: 0px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 30px;
    padding-right: 30px;
    text-decoration: none;
}

#desistir .btn-2 {
    color: #0C9C00;
    background-color: #fff;
    margin-right: 20px;
    border-radius: 5px;
}

#desistir .desistir {
    color: #fff;
    font-style: italic;
    text-decoration: underline;
    cursor: pointer;
    margin-top: 15px;
}

#modalDesistir h1 {
    margin-top: 24px;
    font-family: 'Exo 2';
    font-size: 24px;
    font-weight: 800;
    line-height: 30px;
    letter-spacing: 0px;
    color: #64C832;
}

#modalDesistir .destaque {
    color: #0A7A00;
}

#modalDesistir p {
    margin-top: 24px;
    font-family: 'Nunito';
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    color: #495C63;
}

#modalDesistir a {
    margin-top: 10px;
    margin-bottom: 20px;
    color: #E91C1C;
    border-color: #E91C1C;
    border-width: 2px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 30px;
    padding-right: 30px;
    font-family: 'Exo 2';
    font-weight: 800;
    font-size: 16px;
    line-height: 19px;
    border-radius: 7px;
}

@media only screen and (max-width: 767px) {
    .botoes-desc {
        text-align: center;
    }

    #desistir .btn-2 {
        margin-right: 0px;
        margin-top: 10px;
    }

}