.cuadricula-fondo-gris .w-grid-item-h
{
    background-image: url("../images/cuadricula-fondo-gris.svg");
    background-size: 100% auto;
    background-position: center 125px;
    background-repeat: no-repeat;
    
}

.cuadricula-fondo-gris .post_image a
{
    display: block;
    width: 100%;
    text-align: center;

}


.cuadricula-fondo-gris .post_image a img
{
    width: 50%;
    float: left;
    margin-left: 2em;
}

.cuadricula-fondo-gris h2
{
    font-size: 27px;
    font-family: "Klavika Medium", sans-serif;
}


.cuadricula-fondo-gris .usg_post_content_1
{
    font-family: "Klavika Light", sans-serif;
    font-size: 24px;
    line-height: 1.2;
    margin-top: 1em;
}

.cuadricula-fondo-gris h2, .cuadricula-fondo-gris .usg_post_content_1
{
    width: 70%;
    margin: auto;
}

@media only screen and (max-width : 600px) 
{
}

@media only screen and (min-width : 601px) and (max-width : 1024px) 
{

    .cuadricula-fondo-gris .post_image a img
    {
        width: 60%;
    }


}


@media only screen and (min-width : 1025px) and (max-width : 1380px) 
{
    /* Styles for small desktop */
}


@media only screen and (min-width : 1381px) 
{
    
}