.boxCashback {
    float: left;
    width: 100%;
    padding: 70px 0;
    background: url(../../../assets/img/assinaturas-vitalicia/bg-cashback.jpg) center center no-repeat;
    background-size: cover;
}

.boxCashback h2 {
    margin: 0;
    color: #fff;
    float: left;
    width: 100%;
    text-align: center;
    font-size: 26px;
    line-height: 36px;
    font-weight: 600;
}

.boxCashback h2 strong {
    color: #F09C00;
}

.boxCashback .boxBaixo {
    float: left;
    width: 100%;
    margin-top: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.boxCashback .boxBaixo figure {
    text-align: center;
}

.boxCashback .boxBaixo .textos h3 {
    float: left;
    width: 100%;
    color: #fff;
    margin: 0;
    font-weight: 600;
    font-size: 22px;
    line-height: 32px;
}

.boxCashback .boxBaixo .textos p {
    float: left;
    width: 100%;
    color: #CBD4E1;
    margin: 25px 0;
    font-size: 14px;
    line-height: 24px;
}

.boxCashback .boxBaixo .textos a {
    background: #C98400;
    color: #fff;
    text-decoration: none;
    padding: 12px 30px;
    display: inline-block;
    border-radius: 4px;
    font-weight: 600;
}

.boxCashback .boxBaixo .textos span {
    color: #CBD4E1;
    float: left;
    width: 100%;
    font-size: 12px;
    margin-top: 30px;
    line-height: 20px;
}

@media only screen and (max-width: 768px) {

    .boxCashback {
        padding: 40px 0;
    }

    .boxCashback h2 {
        font-size: 22px;
        line-height: 32px;
    }

    .boxCashback h2 br {
        display: none;
    }

    .boxCashback .boxBaixo {
        margin-top: 25px;
        flex-direction: column;
    }

    .boxCashback .boxBaixo figure {
        margin-bottom: 30px;
    }

}