.banner-sobre {padding: 99px 0 102px; position: relative; background: url('../../../../img/sub-banner-2.jpg.webp') center center / cover;}
.banner-sobre .titulo {font: 600 48px / 59.7px raleway; color: var(--branco);}
.banner-sobre .trapezio {top: unset; bottom: 0;}

.banner-sobre .conteudo {display: flex; flex-direction: row; justify-content: space-between; align-items: flex-start; gap: 20px;}

.banner-sobre .info {flex: 0 0 560px;}
.banner-sobre .info .titulo {font: 600 48px / 59.7px raleway; color: var(--branco); font-style: italic; margin: 12px 0 41px;}
.banner-sobre .info .titulo b {font-weight: 800; color: var(--vermelho-qui); font-style: normal;}
.banner-sobre .info .texto {font: 400 15px / 27px montserrat; color: var(--branco)}

.banner-sobre .img-central {width: 528px; height: auto; position: relative;}
.banner-sobre .img-central img {width: 100%; height: 100%; object-fit: contain;}

@media (max-width:1150px) {
     .banner-sobre .info .titulo {text-align: center;}
     .banner-sobre .conteudo {flex-direction: column; justify-content: center; align-items: center;}
     .banner-sobre .info {flex: auto;}
}
@media (max-width:990px){
     .banner-sobre .info .titulo {font-size: 32px; line-height: 42px; margin: 0 0 15px;}
     .banner-sobre {padding: 45px 0 45px;}
}
@media (max-width:600px){
     .banner-sobre .img-central {width: 100%;}
}