.flexServiciosGen{
    display:flex;
    justify-content:space-between;
    width:100%;
    gap:25px;
    flex-wrap:wrap;
}

.flexServiciosGen .productEnfDelPeru{
    width:30%;
}


@media(max-width:1200px){
    .flexServiciosGen .productEnfDelPeru{
        width:350px;
    }
}

@media(max-width:1150px){
    .flexServiciosGen .productEnfDelPeru{
        width:320px;
    }
}

@media(max-width:1100px){
    .flexServiciosGen{
        justify-content: center;
    }
}

