.column-layout-row{display:inline-block;width:100%}
.column-layout-row .column:first-child{padding-left:0}
.column-layout-row .column:last-child{padding-right:0}
@media(min-width:640px) and (max-width:1024px){.column-layout-row{display:inline-flex;gap:10px;margin-bottom:10px;flex-wrap:wrap}
.column-layout-row .large-3,.column-layout-row .large-6{width:49%;padding:0}
.column-layout-row .large-4{width:32%}
}
@media(max-width:640px){.column-layout-row .large-3,.column-layout-row .large-6,.column-layout-row .large-4{padding:0;width:100%;margin-bottom:10px}
.column-layout-row .large-3:last-child,.column-layout-row .large-6:last-child{margin-bottom:0}
}