.grid-i img{
    max-height: 46px;
    width: auto;
}
#texto_mr{
    font-size: 1rem;

}

/*Query para el tamaño máximo de 629 px*/
@media (max-width: 694px) {
    #wrapper-grid{
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
    #grid-container{
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: repeat(4, 148px);
        border-radius: 8px;
        box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    }
    #h2-conoce-los-ete{
        text-align: center;
    }
    .azul{
        align-items: center;
        border-radius: 10px 10px 0 0;
    }
    .cuerpo-i img{
        max-height: 148px;
        width: 137px;
    }
}

/* Query para el tamaño, de 630px en adelante*/
@media (min-width: 695px) {
    #grid-container{
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: repeat(4, 148px);
        border-radius: 8px;
        box-shadow: 0 2px 10px rgba(0,0,0,0.1);

    }
    .cuerpo-i img{
        max-height: 148px;
        width: 137px;
    }
}
/* Query para el tamaño, de 860px en adelante*/
@media (min-width: 1032px) {
    #grid-container{
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        grid-template-rows: repeat(4, 148px);
        border-radius: 8px;
        box-shadow: 0 2px 10px rgba(0,0,0,0.1);

    }

}


.grid-i{
    display: flex;
    height: 100%;
    flex-direction: row;


}



.logo-titulo{
    display: flex;
    flex-direction: column;
    justify-content: left;
    padding-right: 5px;
    margin-left: 2rem;
    width: 60%;
}

.logo-titulo img{
    margin-top: 1rem;
    margin-bottom: 1rem;
}



.cuerpo-i{
    width: 40%;
    height: 100%;
}

.azul{
    padding-left: 10px;
    padding-right: 10px;
    background-color: #003760;
    color: #ffffff;
    text-align: center;
    align-items: center;
}

.naranja{
    background-color: #ffe077;
}

.crema{
    background-color: #fffbca;
}
