/* Homepage - Nejhledanejsi modely */

.models__list a {
    color: #1072bd;
}

.models__list a:before {
    background: #000;
    width: 4px;
    height: 4px;
}

.models__list a:hover {
    color: #1072bd;
    text-decoration: underline;
}

@media (max-width: 575px) {
    .models__grid {
        grid-template-columns: minmax(0, 1.25fr) minmax(0, .75fr);
        gap: 25px 16px;
    }

    .models__col:nth-child(1) {
        order: 1;
    }

    .models__col:nth-child(3) {
        order: 2;
    }

    .models__col:nth-child(2) {
        order: 3;
    }

    .models__col:nth-child(4) {
        order: 4;
    }

    .models__list a {
        gap: 7px;
        font-size: 14px;
    }
}