.m-featured_news__inner{display:grid;grid-template-columns:repeat(1,1fr);row-gap:30px}.m-featured_news__heading{margin:0 0 20px;padding:0}.m-featured_news__list{padding:20px}.m-featured_news__item{display:flex;flex-direction:column;row-gap:20px}.m-featured_news__item:hover{text-decoration:none}.m-featured_news__item:hover h5{text-decoration:underline}.m-featured_news__image{margin-bottom:20px;max-height:400px;object-fit:cover;width:100%}.m-featured_news__item+.m-featured_news__item{margin-top:30px}.m-featured_news__small_image{max-height:180px;max-width:100%;object-fit:cover;width:100%}.m-featured_news__column{display:flex;flex-direction:column}.m-featured_news__tag{font-weight:700;margin:0 0 10px;padding:0}.m-featured_news__date{font-weight:400}@media screen and (min-width:568px){.m-featured_news__inner--reverse .m-featured_news__column:nth-of-type(2){grid-row:1}.m-featured_news__item{align-items:center;column-gap:30px;flex:1 1 auto;flex-direction:row}.m-featured_news__small_image{clip-path:polygon(0 0,100% 0,100% 100%,0 100%);max-height:auto;max-width:200px;min-width:200px;transition:clip-path .5s ease;width:200px}.m-featured_news__item:hover .m-featured_news__small_image{clip-path:polygon(0 0,96% 5%,99% 96%,0 100%)}}@media screen and (min-width:768px){.m-featured_news__inner{column-gap:40px;display:grid;grid-template-columns:repeat(2,1fr)}.m-featured_news__item{flex-direction:column;row-gap:20px}.m-featured_news__small_image{max-height:180px;max-width:100%;width:100%}}@media screen and (min-width:992px){.m-featured_news__list{padding:30px}}@media screen and (min-width:1200px){.m-featured_news__item{column-gap:30px;flex-direction:row;row-gap:0}.m-featured_news__small_image{max-height:auto;max-width:200px;width:200px}}