.news-list .tile{background:#fff;display:flex;flex-direction:column}.news-list .tile:nth-child(n+10){display:none}.news-list .tile.detail-focus{border:2px solid var(--primary-purple);transition:all .3s}.news-list .tile__image{height:230px}.news-list .tile__content{display:flex;flex-direction:column}.news-list .tile__content h5{margin-bottom:1.5rem;max-height:60px;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.news-list .tile__content p{margin-bottom:0;max-height:300px;overflow:hidden;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical}.news-item .news-item-content{padding:6rem 5rem;border-radius:1.2rem;background-color:#fff;margin-top:4rem}.news-item .news-item-content img{margin:0 auto 3rem;max-width:unset;height:auto;width:100%;object-fit:cover}@media(width < 1024px){.news-item .news-item-content{padding:3rem 2rem;border-radius:.8rem;background-color:#fff;margin-top:2rem}}
