/* ===== ДЕСКТОП (≥980px) ===== */
#rec1238354101 .t-container .t-col {
    display: flex;
    flex-direction: column;
}

#rec1238354101 .t-col .t-card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

#rec1238354101 .t-col .t-card__wrap {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

/* ===== ПЛАНШЕТЫ (640px – 979px) ===== */
@media screen and (max-width: 979px) and (min-width: 640px) {
    #rec1238354101 .t-container .t-col {
        flex: 1 1 48%;
        max-width: 48%;
    }

    #rec1238354101 .t-col .t-card {
        padding: 20px;
    }
}

/* ===== МОБИЛЬНЫЕ (≤639px) ===== */
@media screen and (max-width: 639px) {
    #rec1238354101 .t-container .t-col {
        flex: 1 1 100%;
        max-width: 100%;
    }

    #rec1238354101 .t-col .t-card {
        padding: 18px;
        margin-bottom: 20px;
    }

    #rec1238354101 .t-col:last-child .t-card {
        margin-bottom: 0;
    }
}
