.mesesAcompanhamento {
    float: left;
    width: 100%;
    background: url('../../img/assinaturas-ecj-promocao/bg-meses-acompanhamento.jpg') center right no-repeat;
    background-size: cover;
    padding: 90px 0;
}

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

.mesesAcompanhamento h2 strong {
    color: #F09C00;
}

.mesesAcompanhamento .boxBaixo {
    float: left;
    width: 100%;
    display: flex;
    align-items: center;
}

.mesesAcompanhamento .boxBaixo .textos p {
    color: #fff;
    float: left;
    width: 100%;
    font-weight: 300;
    margin: 0;
    font-size: 13px;
    line-height: 20px;
}

.mesesAcompanhamento .boxBaixo .textos p + p {
    margin-top: 20px;
}

.mesesAcompanhamento .boxBaixo .textos p .cor {
    color: #BF7B2A;
}

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

    .mesesAcompanhamento {
        padding: 50px 0;
    }

    .mesesAcompanhamento h2 {
        font-size: 22px;
        line-height: 32px;
        margin: 0 0 30px 0;
    }

    .mesesAcompanhamento .boxBaixo {
        flex-direction: column;
    }

    .mesesAcompanhamento .boxBaixo .col-sm-4,
    .mesesAcompanhamento .boxBaixo .col-sm-8 {
        float: left;
        width: 100%;
        max-width: 100%;
        padding: 0;
    }

    .mesesAcompanhamento .boxBaixo figure {
        margin-top: 30px;
    }

}