.text p:not(:last-child){
    margin-bottom: 1rem;
}

.text ul{
    margin: 0;
}

.sectitle strong:last-of-type::before{
    width: 62px;
    height: 62px;
    top: -21px;
    right: -56px;
    background-image: url(https://metalurgicaferrari.com.br/wp-content/uploads/2023/02/icon.svg);
}

.qualidade{
    background: url(../../assets/img/qualbg.png) no-repeat bottom left;
    overflow: hidden;
    padding: 72px 0 84px;
}

.qualidade .row{
    flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    grid-gap: 2rem 0;
}

.qualidade .row>*{
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    -ms-flex-direction: column;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    padding: 0 38px;
}

.qualidade .img{
    position: relative;
    z-index: 1;
    width: 100%;
    aspect-ratio: 1/.76533;
}

.qualidade .img::before{
    content: '';
    position: absolute;
    z-index: -1;
    inset: -20.44088% -10.42944% auto auto;
    width: 91.41104%;
    aspect-ratio: 1/.70973;
    background: url(../../assets/img/qualimgfx.svg) no-repeat center/contain;
}

.qualidade .img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    -o-object-fit: cover;
}

.qualidade .sectitle strong{
    color: inherit;
}

.qualidade .text ul>*:not(:last-child){
    margin-bottom: 10px;
}

.mvv{
    position: relative;
    background: url(../../assets/img/mvvbg.svg) no-repeat bottom left,#002845;
    padding: 45px 0 75px;
}

.mvv .item img{
    width: 60px;
    aspect-ratio: 1/1;
    object-fit: contain;
    -o-object-fit: contain;
    margin-bottom: 14px;
}

.mvv .item .title{
    color: var(--white);
    font-size: 45px;
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 2rem;
}

.mvv .item .text{
    color: var(--white);
    font-weight: 400;
}

/* .mvv .revisao{
    position: absolute;
    inset: auto 0 0 auto;
    color: var(--white);
    padding: 0 37px 8px 0;
} */

@media(max-width:992px){
    .qualidade,
    .mvv{
        padding: 2rem 0;
    }
    .qualidade .row>*{
        padding: 0 12px;
    }
    .mvv{
        background-image: none;
        padding-bottom: 75px;
    }
}

@media(max-width:768px){
    .mvv{
        padding: 2rem 0;
    }
    .mvv .item img{
        margin-left: auto;
        margin-right: auto;
    }
    .mvv .item .title{
        text-align: center;
    }
    .mvv .revisao{
        position: initial;
        text-align: center;
        margin: 2rem auto 0;
    }
}