.diferenciais-bg {padding: 65px 0 75px; box-shadow: 0px 0px 31px 0px rgba(0,0,0,0.3);}
.diferenciais .diferencial {display: flex; flex-direction: column; gap: 15px; align-items: center;}
.diferencial .texto {text-align: center; font: 300 16.88px titillium;}
.diferencial .texto b {font-weight: 700;}
.diferencial .img-parent {width: 150px; height: auto; aspect-ratio: 1/1; border-radius: 50%; background-color: #D5F4FD; display: flex; align-items: center; justify-content: center;}
.diferencial .img-parent .img {width: 105px; height: auto; aspect-ratio: 1/1; border-radius: 50%; background: var(--cor1); display: flex; align-items: center; justify-content: center;}
.diferenciais-bg .diferenciais {position: relative;}
.diferenciais-bg .diferenciais::after {position: absolute; z-index: -1; content: ''; top: 35%; left: 11%; width: 78%; height: 6px; background-image: radial-gradient(circle, #00cfff 2px, transparent 2px);background-size: 10px 4px;background-repeat: repeat-x;}

@media(max-width: 990px) {
    .diferenciais-bg {padding: 45px 0;}
}
