.bonus2 {
    float: left;
    width: 100%;
    padding: 70px 0 0 0;
    background: #0f1b2b center center no-repeat;
    background-size: auto 100%;
}

.bonus2 .container {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.bonus2 figure {
    text-align: center;
}

.bonus2 figure img {
    max-width: 90%!important;
}

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

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

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

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

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

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

    .bonus2 .container {
        flex-direction: column;
    }

    .bonus2 .imagemMobile {
        max-width: 100%;
        margin-bottom: 30px;
    }

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

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

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

    .bonus2 h2 br {
        display: none;
    }

}