.st-news{display:flex;width:100%;height:100%;padding:120px 20px;background-image:linear-gradient(to bottom,#000 25%,#000,#4c0123);justify-content:center}.st-news .st-news__content{display:flex;column-gap:4em;flex-direction:row;max-width:1290px;justify-content:center}.st-news__heading{flex-flow:row;flex:1 0 auto}.st-news__heading h2{border-left:2px solid #707070;padding-top:.25em;padding-left:1em;position:relative}.st-news__heading h2::before{content:"";position:absolute;background:linear-gradient(to bottom,rgba(0,0,0,0) 40%,white 40%);height:70%;z-index:2;width:4px;left:-3px;bottom:0}.st-news__cards{display:grid;grid-template-areas:"latest second" "latest third";gap:15px 30px}.st-news__card{background-color:#fff;border-radius:6px;box-shadow:0px 2px 25px -10px rgba(0,0,0,0.12)}.st-news__card:first-child{grid-area:latest}.st-news__card:nth-child(2){grid-area:second;display:flex;padding:10px}.st-news__card:nth-child(3){grid-area:third;display:flex;padding:10px}.st-news__card .news-content{padding:20px}.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{border-radius:6px 6px 0 0;width:100%;min-height:200px;display:block;background-size:auto;object-fit:cover;width:100%}.st-news__card:not(:first-child) .post-featured-image{position:relative;background-size:auto 50px}.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;width:100%;height:100%}.st-news__card .post-excerpt{margin-bottom:10px}.st-news__card:not(:first-child) .post-excerpt{font-size:14px;line-height:16px}.st-news__card .publish-date{font-size:16px;color:#aaa}.st-news__card .post-meta{display:flex;padding-right:15px;justify-content:space-between;align-items:center}.st-news__card .post-meta .publish-date{border-top:1px solid #eee;padding-top:10px}.st-news__card .st-button--outlined,.st-news__card .st-button--outlined:hover{border:2px solid #aaa;color:#aaa}@media screen and (max-width:1199px){.st-news .st-news__content{display:flex;flex-direction:column;column-gap:0;row-gap:2em;max-width:100%}}@media screen and (max-width:921px){.st-news{padding-top:40px;padding-bottom:40px}.st-news__cards{display:grid;grid-template-areas:"latest" "second" "third";gap:15px 30px}.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%}}