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

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

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

.boxGarantia h2 strong {
    color: #F09C00;
}

.boxGarantia p {
    float: left;
    width: 100%;
    color: #fff;
    line-height: 26px;
    font-size: 16px;
    margin: 0;
}

.boxGarantia p strong {
    color: #F09C00;
}

.boxGarantia figure {
    text-align: right;
}

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

    .boxGarantia {
        padding: 50px 0;
    }

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

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

    .boxGarantia h2 br {
        display: none;
    }

    .boxGarantia p br {
        display: none;
    }

    .boxGarantia figure {
        text-align: center;
        margin-top: 30px;
    }

    .boxGarantia figure img {
        max-width: 120px!important;
    }

}