/* Medium devices (landscape tablets, 768px up to 991px) */
@media only screen and (min-width: 768px) and (max-width: 991px) {

    .logo-blanco img {
        height: 100px;
        margin-top: -50px;
    }
    .text-content {
        grid-template-columns: 50% 50%;
        justify-items: center;
    }

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

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