.featured-stories__stories{display:flex;flex-direction:row;justify-content:space-between}.featured-story{align-items:flex-start;display:flex;flex-direction:column;gap:20px;justify-content:start;max-width:420px;text-align:center;width:45%}.featured-story:nth-child(2){flex-direction:column-reverse}.featured-story__text{margin:0 auto;max-width:350px}.featured-story__title{font-family:Kelson Bold,Roboto,Arial,sans-serif;font-size:30px;margin:0}.featured-story__subtitle{font-family:Kelson Thin,Roboto,Arial,sans-serif;font-size:24px;margin-bottom:15px}.featured-story__link{font-family:Kelson Bold,Roboto,Arial,sans-serif;font-size:16px;text-decoration:none;text-transform:uppercase}.featured-story__link:after{content:"";display:block;height:5px;margin:0 auto;width:79px}.featured-story__image{cursor:pointer;display:flex;justify-content:center;position:relative}.featured-story__image:has(.image--standard){height:160px}.featured-story__image .image--standard{opacity:1}.featured-story__image .image--hover{opacity:0}.featured-story__image .image--hover,.featured-story__image .image--standard{height:160px;position:absolute;top:0;transition:opacity .3s ease-in-out;width:160px}.featured-story__image:hover .image--standard{opacity:0}.featured-story__image:hover .image--hover{opacity:1}.featured-story__image img{width:100%}@media screen and (max-width:750px){.featured-stories__stories{align-items:center;flex-direction:column;gap:20px}.featured-story{flex-direction:column-reverse;width:100%}}