.x21-grid{display:grid;grid-template-columns:repeat(3,minmax(180px,1fr));gap:.8rem}
@media (max-width:960px){.x21-grid{grid-template-columns:1fr}}
