#desc-proximo-vencedor {
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #64c832;
    font-family: "Exo 2";
    width: 100%;
    overflow: hidden;
}

#desc-proximo-vencedor h1 {
    font-style: italic;
    font-weight: 700;
    font-size: 40px;
    line-height: 48px;
    color: #fff;
}

#desc-proximo-vencedor a {
    font-size: 1rem;
    font-family: "Exo 2";
    font-weight: bold;
    border-radius: 7px;
    padding-top: 15px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 15px;
    background: linear-gradient(90deg, #0C9C00, #0A7A00) !important;
    color: #fff;
    margin-top: 10px;
}

@media only screen and (max-width: 767px) {
    #desc-proximo-vencedor h1 {
        font-size: 1.3rem;
    }

}
