.st-news{padding:20px}.st-news__cards{display:grid;gap:15px 30px;grid-template-areas:"latest second" "latest third"}.st-news__card{background-color:#fff;border-radius:6px;box-shadow:0 2px 25px -10px rgba(0,0,0,.12)}.st-news__card:first-child{grid-area:latest}.st-news__card:nth-child(2){display:flex;grid-area:second;padding:10px}.st-news__card:nth-child(3){display:flex;grid-area:third;padding:10px}.st-news__card .news-content{padding:20px}.news-content h4{font-weight:700;letter-spacing:0}.st-news__card:not(:first-child) .news-content{padding:0 0 0 25px}.st-news__card:first-child .post-featured-image{position:relative}.st-news__card:first-child .post-featured-image img{background-size:auto;border-radius:6px 6px 0 0;display:block;min-height:200px;object-fit:cover;width:100%}.st-news__card:not(:first-child) .post-featured-image{position:relative}.st-news__card .post-tag .post-tag-link{font-size:16px}.st-news__card .post-title a{color:#101010}.st-news__card:not(:first-child) .post-title{font-size:22px;line-height:24px}.st-news__card:not(:first-child) .post-featured-image{border-radius:6px;height:100%;width:100%}.st-news__card .post-excerpt{margin-bottom:25px}.st-news__card:not(:first-child) .post-excerpt{font-size:14px;line-height:16px}.st-news__card .publish-date{color:#aaa;font-size:16px}.st-news__card .post-meta{align-items:center;display:flex;justify-content:space-between;padding-right:15px}@media screen and (max-width:921px){.st-news__cards{display:grid;gap:15px 30px;grid-template-areas:"latest" "second" "third"}.st-news__card .post-meta{padding-right:10px}.st-news .post-title a{hyphens:auto}}@media screen and (max-width:400px){.st-news__card:not(:first-child) .post-meta{flex-direction:column}.st-news__card:not(:first-child) .post-meta>*{width:100%}}