.three-card-row{display:grid;grid-template-columns:repeat(3,1fr)}@media (max-width:1024px){.three-card-row{grid-template-columns:repeat(2,1fr)}}@media (max-width:767px){.three-card-row{grid-template-columns:1fr}}