.coupon-grid{display:grid;grid-gap:16px;grid-template-columns:repeat(4,1fr)}@media screen and (max-width:1215px){.coupon-grid{grid-template-columns:repeat(3,1fr)}}@media screen and (min-width:769px) and (max-width:1023px){.coupon-grid{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:768px){.coupon-grid{grid-template-columns:repeat(1,1fr)}}
