.columns--align-h-center>.columns__columns{justify-content:center}
.columns--align-h-right>.columns__columns{justify-content:right}
.columns--1 .column{width:100%}
.columns--2 .column{width:100%}
@media(min-width:992px){.columns--2 .column{width:50%}
}
.columns--2-1 .column{width:100%}
@media(min-width:768px){.columns--2-1 .column{width:50%}
}
.columns--3 .column{width:100%}
@media(min-width:992px){.columns--3 .column{width:33.33333%}
}
.columns--4 .column{width:100%}
@media(min-width:992px){.columns--4 .column{width:25%}
}
.columns--5 .column{width:20%}
.columns--inline-compact{justify-content:flex-start}
.columns__columns{display:flex;flex-wrap:wrap;margin-left:-12px;margin-right:-12px;margin-top:-32px}
@media(min-width:768px){.columns__columns{margin-left:-16px;margin-right:-16px}
}