@media screen and (max-width: 730px) {

    .clientes-img {
        width: 100%;
    }

    .imagenes-clientes {
        width: 85px;
    }

    .texto-asesor {
        width: 53%;
    }

    .img-empresa {
        margin-bottom: 2%;
    }

    .img-empresa img {
        width: 27%;
    }

    .foto-producto-1 {
        width: 50%;
        padding: 0px;
        margin-right: 0px;
    }

    .foto-producto-1 img {
        padding: 0.5rem;
    }

    .flex-container-productos {
        text-align: center;
    }

    .flex-descripcion {
        height: 30%;
        justify-content: space-evenly;
        align-items: center;
    }

    .flex-icono {
        width: 100%;
        justify-content: space-evenly;
    }

    .flex-icono a img {
        width: 90%;
    }
}