.card-servico {width: var(--wd);}
.card-servico .img {display: block; margin:0 0 30px; width: 100%; height: auto;}
.card-servico .img img {width: 100%; height: 100%; object-fit: contain;}

.card-servico .titulo {font: 700 30px / 36px aloe; text-align: center; margin: 0 0 20px; color: var(--azul-qua);}
.card-servico .texto {font: 400 15.5px / 32px montserrat; text-align: center; hyphens: auto; color: var(--preto-ter);}

@media (max-width:990px){
     .card-servico .img {margin: 0 0 10px;}
     .card-servico .titulo {font-size: 24px; line-height: 28px; margin: 0 0 10px;}
     .card-servico .texto {font: 400 15.5px / 32px montserrat; text-align: center; hyphens: auto; color: var(--preto-ter);}    
}
@media (max-width:940px){
     .card-servico .img {border-radius: 15px 15px 0 0; overflow: hidden;}
     .card-servico {padding: 30px 20px 35px; border-radius: 15px; box-shadow: 0 0 5px 2px #001c3024;}
}