.card-repeater{display:grid;gap:20px}.card-repeater__card{display:flex;flex-direction:column;gap:40px;justify-content:space-between;padding:40px}@media screen and (max-width:1024px){.card-repeater{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:767px){.card-repeater{grid-template-columns:1fr}}