.blog-featured-post__wrapper{padding:30px 0}.blog-featured-post__wrapper h4{margin-bottom:30px}.blog-featured-post{display:grid;gap:30px;grid-template-columns:1fr;isolation:isolate;position:relative}.blog-featured-post__image{overflow:hidden}.blog-featured-post__image,.blog-featured-post__image img{border-bottom-left-radius:var(--border-radius);border-top-left-radius:var(--border-radius)}.blog-featured-post__image img{height:100%;object-fit:cover;object-position:center;transition:var(--transition);width:100%}.blog-featured-post h2{transition:var(--transition)}.blog-featured-post__content{display:flex;flex-direction:column;justify-content:center;padding:0 0 30px}.blog-featured-post__cta{height:100%;left:0;position:absolute;top:0;width:100%}.blog-featured-post:hover .blog-featured-post__image img{transform:scale(1.1)}.blog-featured-post:hover h2{color:var(--orange);text-decoration:underline}@media screen and (min-width:768px){.blog-featured-post__wrapper{padding:60px 0}.blog-featured-post{gap:60px;grid-template-columns:1fr 1fr}.blog-featured-post__content{padding:60px 0}.blog-featured-post__wrapper h4{margin-bottom:60px}}@media screen and (min-width:1024px){.blog-featured-post__wrapper{padding:120px 0}}