.cols{--cols-grid-gap:20px;display:flex;flex-wrap:wrap;gap:var(--cols-grid-gap)}.cols>*{display:flex;flex:0 1 100%;flex-direction:column}@media (min-width:1000px){.cols>*{flex-basis:calc(50% - var(--cols-grid-gap)/2)}}@media (min-width:1400px){.cols{flex-wrap:nowrap}}.cols .v-center{justify-content:center}.cols .v-end{justify-content:flex-end}.cols .h-center{align-items:center}.cols .h-end{align-items:flex-end}.cols.same-height>div>.dom-text{height:100%}.cols.same-height>div>.dom-text .dom-text__content{display:flex;flex-direction:column;height:100%;justify-content:space-between}@media (min-width:1000px){.two-cols>*{flex:1}.two-cols.third-first>*{flex-basis:calc(33% - var(--cols-grid-gap)/2)}.two-cols.third-first>*+*,.two-cols.third-last>*{flex-basis:calc(66% - var(--cols-grid-gap)/2)}.two-cols.third-last>*+*{flex-basis:calc(33% - var(--cols-grid-gap)/2)}.five-cols>*{flex-basis:calc(50% - var(--cols-grid-gap)/2)}}