
@media only screen and (min-width: 734px) {
    .section-router .routers .router-item-malala {
        grid-column: span 3;
        text-align: left;
    }
}

@media only screen and (max-width: 1068px) {
    .section-router .routers .router-item-malala {
        grid-column: span 1;
        text-align: left;
    }
}

@media only screen and (max-width: 1068px) and (min-width: 735px) {
    .section-router .routers .router-item:not(.router-item-malala) .router-item-picture {
        left: 0;
        margin-left: 0;
        width: 100%;
    }
}

@media only screen and (max-width: 1068px) and (min-width: 735px) {
    .section-router .routers .router-item-content {
        margin-top: 25px;
    }
}