.featured-blog-post__link:hover{text-decoration:none}.featured-blog-post__content:hover h2,.featured-blog-post__content:hover p:last-of-type{text-decoration:underline}.featured-blog-post__link .featured-blog-post{background-color:var(--white);border-radius:25px;display:grid;grid-template-columns:repeat(2,1fr);margin-bottom:60px;overflow:hidden}.featured-blog-post__image{height:500px}.featured-blog-post__image img{height:100%;object-fit:cover;width:100%}.featured-blog-post__content{display:flex;flex-direction:column;justify-content:center;padding:40px}.featured-blog-post__content .tag{color:var(--green);font-size:14px;font-weight:500;text-transform:uppercase}.featured-blog-post__content h2{font-weight:700;margin:20px 0}.featured-blog-post__content p:nth-of-type(2){color:var(--dark-blue);margin-bottom:10px}.featured-blog-post__content p:last-of-type{color:var(--green)}h2.no-results{text-align:center}.featured-blog-post .blog-post__read-more{align-items:center;display:flex}.featured-blog-post .blog-post__read-more svg{margin-left:8px;transition:.3s ease-in-out}.featured-blog-post:hover .blog-post__read-more svg{margin-left:13px}@media (max-width:767px){.featured-blog-post__link .featured-blog-post{grid-template-columns:1fr}.featured-blog-post__image img{height:191px}}