.cards{display:grid;gap:24px}.cards_two{grid-template-columns:repeat(2,1fr)}.cards_three{grid-template-columns:repeat(3,1fr)}.cards_four{display:grid;grid-template-columns:repeat(4,1fr)}@media screen and (max-width:1919px){.cards_four{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:1279px){.cards_two,.cards_three{grid-template-columns:1fr}}@media screen and (max-width:767px){.cards{gap:12px}.cards_four{grid-template-columns:1fr}}