@media (max-width: 768px){
    .contenedor-edu {
        flex-direction: column!important;
    }

    .imagen-edu img{
        width: 100%;
    }

    .texto-edu {
        text-align: center;
        margin-top: 17px;
    }

    .subtit-descripcion-edu a{
        text-decoration: underline;
    }

    .titulo-edu {
        text-align: center;
    }

    .titulo-edu b{
        font-size: 14px;
        text-align: center;
    }

    .descripcion-edu {
        text-align: center;
        width: 90%;
        margin-left: 5%;
        margin-right: 5%;
    }

    .tit-descripcion-edu {
        margin-bottom: 10px;
    }

    .subtit-descripcion-edu {
        margin-bottom: 10px;
    }

    .subtit-descripcion-edu a{
        margin-bottom: 12px;
    }
}

/******************************************************************************************************************************************************************************/
    
@media (min-width: 768px) {
    .bloque-texto-edu {
        width: 100%;
        text-align: center;
        margin-bottom: 40px;
    }

    .titulo-edu {
        text-align: center;
        font-size: 20px;
        font-weight: bold;
        line-height: 37px;
    }
    .descripcion-edu {
        margin-left: 40px;
        margin-right: 40px;
        line-height: 15px;
        text-align: center;
        letter-spacing: 0.5px;
        font-size: 16px;
    }

    .contenedor-edu {
        display: flex;
        justify-content: space-around;
        align-items: center;
        align-content: center;
        width: 90%;
        margin-right: 5%;
        margin-left: 5%;
    }

    .cuadro-edu-izq {
        width: 40%;
    }

    .cuadro-edu-dcha {
        width: 40%;
    }

    .imagen-edu {
        width: 100%;
    }

    .imagen-edu img{
        width: 100%;
    }

    .texto-edu {
        text-align: center;
        margin-top: 40px;
    }

    .tit-descripcion-edu {
        font-size: 16px;
        line-height: 17px;
        letter-spacing: 0.5px;
    }

    .subtit-descripcion-edu {
        font-size: 12px;
        line-height: 17px;
        letter-spacing: 0.5px;
    }

    .subtit-descripcion-edu a{
        text-decoration: underline;
    }
}