.grid-box-wrapper{display:-ms-grid;display:grid;-ms-grid-columns:(1fr)[var(--grid-box-column)];gap:var(--grid-box-row-gap) var(--grid-box-column-gap);grid-template-columns:repeat(var(--grid-box-column),1fr)}@media (max-width:800px){.grid-box-wrapper{-ms-grid-columns:(1fr)[var(--grid-box-column-t,1)];grid-template-columns:repeat(var(--grid-box-column-t,1),1fr)}}@media (max-width:500px){.grid-box-wrapper{-ms-grid-columns:(1fr)[var(--grid-box-column-m,1)];grid-template-columns:repeat(var(--grid-box-column-m,1),1fr)}}.grid-box__justify--start{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.grid-box__justify--end{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.grid-box__justify--center{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.grid-box__justify--space_between{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.grid-box__justify--space_around{-ms-flex-pack:distribute;justify-content:space-around}.grid-box__justify--space_evenly{-webkit-box-pack:space-evenly;-ms-flex-pack:space-evenly;justify-content:space-evenly}.grid-box__justify--stretch{-webkit-box-pack:stretch;-ms-flex-pack:stretch;justify-content:stretch}
/*# sourceMappingURL=grid-box.min.css.map */
