.newsList{display:grid;grid-template-columns:1fr;gap:32px;margin-bottom:32px}.newsList .newsCard{display:flex;flex-flow:column nowrap;justify-content:space-between;padding:24px;border:solid 1px #cebbe7;border-radius:16px}.newsList .newsCard span.cardTop{display:block}.newsList .newsCard span.cardTop img{width:100%;height:auto;border-radius:8px;margin-bottom:18px}.newsList .newsCard span.cardTop h3.title{display:block;margin:0 0 16px;font-size:22px;font-weight:600;line-height:1.4;color:#2a232f}.newsList .newsCard span.cardTop h3.title A{text-decoration:none;color:#2a232f}.newsList .newsCard span.cardTop span.txt{display:block;margin-bottom:20px;font-size:16px;line-height:1.5;color:#524d57}.newsList .newsCard span.date{display:block;font-size:14px;line-height:1;color:#2a232f}@media(min-width: 900px){.newsList{grid-template-columns:repeat(3, 1fr)}.newsList .newsCard span.cardTop h3.title A{transition:all .2s linear}.newsList .newsCard span.cardTop h3.title A:HOVER{color:#927dac}}