.boxGarantia {
    float: left;
    width: 100%;
    background-color: #0F1A2A;
    padding: 120px 0;
    -webkit-box-shadow: inset 0px -182px 55px -102px rgba(255,255,255,0.08);
    -moz-box-shadow: inset 0px -182px 55px -102px rgba(255,255,255,0.08);
    box-shadow: inset 0px -182px 55px -102px rgba(255,255,255,0.08);
}

.boxGarantia .container {
    display: flex;
    align-items: center;flex-direction: column;
}

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

.boxGarantia h2 strong {
    color: #DCB24C;
}

.boxGarantia .boxSelos {
    float: left;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 40px 0;
}

.boxGarantia .boxSelos img {
    height: auto;
}

.boxGarantia p {
    color: #fff;
    font-size: 18px;
    line-height: 30px;
    margin: 0;
    font-weight: 600;
    text-align: center;
}

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

    .boxGarantia {
        padding: 40px 0;
    }

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

    .boxGarantia .boxSelos {
        margin: 20px 0;
    }

    .boxGarantia .boxSelos img {
        max-width: 40%!important;
    }

    .boxGarantia p {
        font-size: 16px;
        line-height: 26px;
    }

}