.sobre-bottom-bg {background: url(../../../assets/img/icones/fundo-sobre.webp) no-repeat center center / cover;  display: flex; align-items: center;}
.sobre-bottom {display: flex; justify-content: space-between; padding: 90px 0 130px;}

.sobre-bottom .imagem-sobre{display: flex; align-items: center; gap: 10px;}
.sobre-bottom .sobre-texto {font: 17.04px lato; font-weight: 400; color: var(--cor4); display: inline;}
.sobre-bottom .imagem-sobre .icone {display: flex;align-items: center; justify-content: center; height: 60px; width: 60px; min-width: 60px; min-height: 60px; background: var(--cor5) no-repeat center center;background-size: 30px 30px; border-radius: 50%;}
.sobre-bottom .imagem-sobre .icone.servicos-de-pintura {background-image: url('../../../../theme/assets/img/icones/local-sobre.svg');}
.sobre-bottom .imagem-sobre .icone.pintor {background-image: url('../../../../theme/assets/img/icones/medalha.svg');}
.sobre-bottom .imagem-sobre .icone.orcamento-de-pintura {background-image: url('../../../../theme/assets/img/icones/cifrao.svg');}
@media(max-width: 990px) {
    .sobre-bottom {flex-direction: column;gap: 20px; width: 100%; justify-content: center; align-items: center; justify-content: center;display: flex; justify-content: space-between; padding: 35px 0;}
    .sobre-bottom .imagem-sobre{display: flex; align-items: center; gap: 10px; width: 400px;}
} 
@media(max-width: 700px){
    .sobre-bottom .sobre-texto{font-size: 15px;}
    .sobre-bottom .imagem-sobre img {padding: 10px 15px;}
    .sobre-bottom .imagem-sobre .icone {height: 40px; width: 40px;}

}

@media(max-width: 500px) {
    .sobre-bottom .imagem-sobre{width: 100%;}
}