.t-grid{align-items:normal;display:grid;grid-auto-flow:initial;grid-gap:2rem;grid-template-columns:repeat(1,1fr);grid-template-rows:auto;justify-content:normal}.t-grid__item{min-width:0}@media screen and (min-width:768px){.t-grid--halves{align-items:normal;display:grid;grid-auto-flow:initial;grid-gap:2rem;grid-template-columns:repeat(2,1fr);grid-template-rows:auto;justify-content:normal}}@media screen and (min-width:992px){.t-grid--halves-at-medium{align-items:normal;display:grid;grid-auto-flow:initial;grid-gap:2rem;grid-template-columns:repeat(2,1fr);grid-template-rows:auto;justify-content:normal}}@media screen and (min-width:768px){.t-grid--thirds{align-items:normal;display:grid;grid-auto-flow:initial;grid-gap:2rem;grid-template-columns:repeat(2,1fr);grid-template-rows:auto;justify-content:normal}}@media screen and (min-width:1200px){.t-grid--thirds{align-items:normal;display:grid;grid-auto-flow:initial;grid-gap:2rem;grid-template-columns:repeat(3,1fr);grid-template-rows:auto;justify-content:normal}}@media screen and (min-width:768px){.t-grid--fourths{align-items:normal;display:grid;grid-auto-flow:initial;grid-gap:2rem;grid-template-columns:repeat(2,1fr);grid-template-rows:auto;justify-content:normal}}@media screen and (min-width:992px){.t-grid--fourths{align-items:normal;display:grid;grid-auto-flow:initial;grid-gap:2rem;grid-template-columns:repeat(3,1fr);grid-template-rows:auto;justify-content:normal}}@media screen and (min-width:1200px){.t-grid--fourths{align-items:normal;display:grid;grid-auto-flow:initial;grid-gap:2rem;grid-template-columns:repeat(4,1fr);grid-template-rows:auto;justify-content:normal}}
/*# sourceMappingURL=grid.css.map */