.seojan-grid{display:grid;grid-template-columns:repeat(8,1fr);gap:20px}.seojan-card{text-align:center;display:block;padding:15px}.seojan-card img{width:100%;aspect-ratio:1/1;object-fit:cover}@media(max-width:1024px){.seojan-grid{grid-template-columns:repeat(5,1fr)}}@media(max-width:767px){.seojan-grid{grid-template-columns:repeat(3,1fr)}}