@media only screen and (max-width:900px){.card-module-items{grid-template-columns:repeat(auto-fill,minmax(50%,1fr))}}@media only screen and (max-width:500px){.card-module-items{grid-template-columns:repeat(auto-fill,minmax(250px,1fr))}}.card-module-items{box-sizing:border-box;display:grid;gap:0}.card-module-item{padding:15px}