.bonus1 {
    float: left;
    width: 100%;
    padding: 70px 0;
    background: url(../../../assets/img/tse/bg-mentorias-exclusivas.jpg) #0f1b2b center center no-repeat;
    background-size: auto 100%;
}

.bonus1 .imagemMobile {
    display: none;
}

.bonus1 .container {
    display: flex;
    justify-content: flex-end;
}

.bonus1 h2 {
    float: left;
    width: 100%;
    color: #F7CB15;
    font-weight: bold;
    margin: 0 0 20px 0;
    font-size: 28px;
    line-height: 40px;
}

.bonus1 p {
    float: left;
    width: 100%;
    color: #fff;
    font-size: 13px;
    margin: 0 0 20px 0;
    line-height: 23px;
}

.bonus1 ul {
    padding: 0 0 0 20px;
    margin: 0;
}

.bonus1 ul li {
    color: #fff;
    font-size: 13px;
    line-height: 24px;
}

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

    .bonus1 {
        padding: 0 0 40px 0;
        background: #0f1a2a;
    }

    .bonus1 .imagemMobile {
        display: block;
        width: 100%;
        margin-bottom: 30px;
    }

    .bonus1 .imagemMobile img {
        width: 100%;
    }

    .bonus1 .col-sm-6 {
        float: left;
        width: 100%;
        max-width: 100%;
        flex-basis: 100%;
    }

    .bonus1 h2 {
        font-size: 24px;
        line-height: 34px;
    }

    .bonus1 h2 br {
        display: none;
    }

}