.texto-menor{
    font-size: 13px;
}
.divs-facilidades{
    width: 325px;
}
.posicao{
    top: 40%;
}

@media(max-width: 767px){
    .posicao{
        top:60%;
    }
}