.grid-wrap{display:grid;display:-ms-grid;column-gap:1.5%;width:100%}.grid-wrap.one-column-grid{grid-template-columns:1fr;-ms-grid-columns:1fr}.grid-wrap.two-column-grid{grid-template-columns:repeat(2,1fr);-ms-grid-columns:repeat(2,1fr)}@media screen and (max-width:767px){.grid-wrap.two-column-grid{grid-template-columns:1fr;-ms-grid-columns:1fr}}.grid-wrap.three-column-grid{grid-template-columns:repeat(3,1fr);-ms-grid-columns:repeat(3,1fr)}@media screen and (max-width:1023px){.grid-wrap.three-column-grid{grid-template-columns:repeat(2,1fr);-ms-grid-columns:repeat(2,1fr)}}@media screen and (max-width:767px){.grid-wrap.three-column-grid{grid-template-columns:1fr;-ms-grid-columns:1fr}}.grid-wrap.four-column-grid{grid-template-columns:repeat(4,1fr);-ms-grid-columns:repeat(4,1fr)}@media screen and (max-width:1023px){.grid-wrap.four-column-grid{grid-template-columns:repeat(2,1fr);-ms-grid-columns:repeat(2,1fr)}}@media screen and (max-width:767px){.grid-wrap.four-column-grid{grid-template-columns:1fr;-ms-grid-columns:1fr}}.grid-wrap.five-column-grid{grid-template-columns:repeat(5,1fr);-ms-grid-columns:repeat(5,1fr)}@media screen and (max-width:1023px){.grid-wrap.five-column-grid{grid-template-columns:repeat(3,1fr);-ms-grid-columns:repeat(3,1fr)}}@media screen and (max-width:767px){.grid-wrap.five-column-grid{grid-template-columns:1fr;-ms-grid-columns:1fr}}.grid-wrap.six-column-grid{grid-template-columns:repeat(6,1fr);-ms-grid-columns:repeat(6,1fr)}@media screen and (max-width:1023px){.grid-wrap.six-column-grid{grid-template-columns:repeat(3,1fr);-ms-grid-columns:repeat(3,1fr)}}@media screen and (max-width:767px){.grid-wrap.six-column-grid{grid-template-columns:1fr;-ms-grid-columns:1fr}}