/* Small devices (portrait tablets and large phones, 600px up to 767px) */
@media only screen and (min-width: 600px) and (max-width: 767px){

    .logo-blanco img {
        height: 90px;
        margin-top: -45px;
    }

    .text-content {
        grid-template-columns: 50% 50%;
        justify-items: center;
    }

    .text-content > div {
        width: 85%;
    }

    .text-content-left {
        grid-column-start: 1;
    }
}