:root{--banbg: url(../../assets/img/susbanbg.jpg) no-repeat right center;}

.ban{
    background: linear-gradient(90deg, #73B600 25.86%, #73b60066 100%), var(--banbg);
}

.sustentabilidade{
    padding: 8rem 0 13.6rem;
}

.sustentabilidade .row{
    grid-gap: 10px 0;
}

.sustentabilidade .row>*{
    padding: 0 2px;
}

.sustentabilidade .box .img{
    width: 100%;
    aspect-ratio: 1/.58717;
    margin-bottom: -10px;
}

.sustentabilidade .box .img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    -o-object-fit: cover;
    border-radius: 10px 10px 0 0;
}

.sustentabilidade .box .bottom{
    position: relative;
    border-bottom: 4px solid #73b60033;
    border-radius: 10px;
    box-shadow: 0px 23px 31.6px -21px #7090b026;
    padding: 3.33rem 18px;
}

.sustentabilidade .row>*:first-child .box,
.sustentabilidade .row>*:nth-child(4n) .box{
    background: url(../../assets/img/psusbbg.svg) no-repeat -25px 100%, var(--white);
}

.sustentabilidade .row>*:nth-child(2) .box,
.sustentabilidade .row>*:nth-child(5n) .box{
    background: url(../../assets/img/psusbbg.svg) no-repeat bottom center, var(--white);
}

.sustentabilidade .row>*:nth-child(3) .box,
.sustentabilidade .row>*:nth-child(6n) .box{
    background: url(../../assets/img/psusbbg.svg) no-repeat calc(100% + 25px) 100%, var(--white);
}

.sustentabilidade .box .bottom img{
    width: 70px;
    aspect-ratio: 1/1;
    object-fit: contain;
    -o-object-fit: contain;
    margin: 0 auto 1rem;
}

.sustentabilidade .box .bottom .text{
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    line-height: 25px;
}

@media(max-width:992px){
    .sustentabilidade{
        padding: 2rem 0;
    }
}