.section-escolher{background: var(--preto-2); padding: 77px 0 76px;}
.section-escolher .titulo{font-weight: var(--bold); text-align: center;}
.section-escolher .slide{margin: 68px 0 0;}
.section-escolher .texto {margin-top: 30px; text-align: center;}

@media(max-width: 990px){
    .section-escolher{padding: 40px 0;}
    .section-escolher .slide{margin: 30px 0 0;}

}
@media(max-width: 750px){
    .section-escolher{padding: 30px 0;}
    .section-escolher .slide{margin: 25px 0 0;}

}