.galleryListPage .galleryList{display:grid;grid-template-columns:1fr;gap:30px 20px}.galleryListPage .galleryList A.galleryItem{display:block;text-decoration:none;color:#3a3a3a}.galleryListPage .galleryList A.galleryItem span.title{display:block;margin-bottom:10px;font-size:25px;font-weight:600;line-height:1}.galleryListPage .galleryList A.galleryItem span.desc{display:block;font-size:16px;line-height:1.5}.galleryListPage .galleryList A.galleryItem IMG{width:100%;height:auto;margin-bottom:24px}@media(min-width: 900px){.galleryListPage .galleryList{grid-template-columns:repeat(3, 1fr)}}