.servicos-bg {padding: 0 0 70px;}
.servicos .servico {display: flex; align-items: center; overflow: hidden; position: relative; gap: 10px; background: var(--cor2); justify-content: center; max-width: 355px; max-height: 115px; padding: 50px; box-sizing: border-box;}
.servicos .servico::after {position: absolute; content: ''; width: 40px; height: auto; aspect-ratio: 1/1; background: var(--cor1); bottom: -20px; right: -20px; rotate: 45deg;}
.servico .texto {font: 600 17.25px montserrat; color: var(--preto-font);}
.servico .texto b {font-weight: 800}

@media(max-width: 990px) {
    .servicos .servico {max-width: none;}
}