/* QTG HOME: only the observed Home Block 6 instance, not other grids.
 * The direct wrapper deliberately does not depend on .td-fly-in:
 * Gameleon removes that class during scroll. Keep DOM order; no dense packing.
 * 1023/767px are Gameleon's real tablet/mobile breakpoints.
 */
body.home #td-home-wide > #tigu_home_module_6-1 > .td-module-6 > .td-wrap-content > div {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    column-gap: 1.886792452830189%;
    row-gap: 24px;
    align-items: start;
}

body.home #td-home-wide > #tigu_home_module_6-1 > .td-module-6 > .td-wrap-content > div > .grid.col-340 {
    display: block;
    float: none;
    clear: none;
    width: auto;
    min-width: 0;
    margin: 0;
    overflow-wrap: anywhere;
}

@media screen and (max-width: 1023px) {
    body.home #td-home-wide > #tigu_home_module_6-1 > .td-module-6 > .td-wrap-content > div {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media screen and (max-width: 767px) {
    body.home #td-home-wide > #tigu_home_module_6-1 > .td-module-6 > .td-wrap-content > div {
        grid-template-columns: minmax(0, 1fr);
    }
}
