
/* ----------------------------------- */
.pool-modellist {

}

/* ----------------------------------- */
.pool-modelgrid {
}

/* ----------------------------------- */
.pool_modelgrid > .pool-card.grid {
    width: 50%;
    min-width: 50%;
    max-width: 50%;
    height: fit-content;
}
@media (max-width: 768px) {
    .pool_modelgrid > .pool-card.grid {
        width: 100%;
        min-width: 100%;
        max-width: 100%;
    }
}
