.ss-col{display:flex;display:grid;flex-flow:row wrap;justify-content:space-between;grid-template-columns:1fr;grid-column-gap:20px;grid-row-gap:20px}.ss-col.ss-col-2{grid-template-columns:repeat(2,1fr)}.ss-col.ss-col-2 .ss-col-item{width:48%}.ss-col.ss-col-3{grid-template-columns:repeat(3,1fr)}.ss-col.ss-col-3 .ss-col-item{width:32%}.ss-col.ss-col-4{grid-template-columns:repeat(4,1fr)}.ss-col.ss-col-4 .ss-col-item{width:24%}.ss-col.ss-col-5{grid-template-columns:repeat(5,1fr)}.ss-col.ss-col-5 .ss-col-item{width:19%}@supports (display:grid){.ss-col>.ss-col-item{width:100%!important;margin-bottom:0!important}}