@media screen and (min-width: 992px) and (max-width: 1930px) {
    .barraProgreso_servicio {
        width: 90%;
        justify-content: space-around;
    }
    .separador_servicio {
        width: 500px;
    }
    .progreso_servicio p:nth-child(2),
    .progreso1_servicio p:nth-child(2) {
        font-size: 1rem;
    }
}