.syszla-benefit-cards__grid{display:grid;gap:32px;grid-template-columns:1fr}@media (min-width:640px){.syszla-benefit-cards__grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:640px) and (max-width:1023px){.syszla-benefit-cards__grid>:nth-child(3):last-child{grid-column:span 2}}@media (min-width:1024px){.syszla-benefit-cards__grid{grid-template-columns:repeat(4,minmax(0,1fr));justify-content:center}.syszla-benefit-cards__grid:has(>:nth-child(2):last-child){grid-template-columns:repeat(2,minmax(0,1fr))}.syszla-benefit-cards__grid:has(>:nth-child(3):last-child){grid-template-columns:repeat(3,minmax(0,1fr))}}