.featured-posts{display:grid;gap:40px;grid-template-columns:1fr}.featured-posts .post-card__tag{color:#ce4b20;font-family:M PLUS\ 1,sans-serif;font-size:12px;letter-spacing:.8px;text-transform:uppercase}.featured-posts .post-card__image{display:block;position:relative}.featured-posts .post-card__label{background-color:#ce4b20;border-radius:2px;color:#fff;font-size:.625rem;left:10px;letter-spacing:1px;padding:6px 13px;position:absolute;text-transform:uppercase;top:10px}.featured-posts .post-card__title a{color:inherit;font-weight:inherit;text-decoration:none}.featured-posts .blog-listing-read-more{display:block;margin-top:10px}.featured-posts .post-card:first-child{display:block;grid-column:1/2;grid-row:1/4}.featured-posts .post-card:first-child .post-card__title{margin:10px 0 20px}.featured-posts .post-card:first-child .post-card__image{border-radius:6px;overflow:hidden}.featured-posts .post-card:first-child .post-card__image img{display:block;height:100%;object-fit:cover;width:100%}.featured-posts .post-card:first-child .post-card__content{padding:20px 10px 0}.featured-posts .post-card:not(:first-child){display:grid;gap:20px 0;grid-template-columns:1fr;width:100%}.featured-posts .post-card:not(:first-child) .post-card__image{border-radius:4px;overflow:hidden}.featured-posts .post-card:not(:first-child) .post-card__image img{display:block;height:100%;object-fit:cover;width:100%}.featured-posts .post-card:not(:first-child) .post-card__content{padding:0}.featured-posts .post-card:not(:first-child) .post-card__title{margin:10px 0 20px}@media screen and (max-width:767px){.featured-posts .post-card .post-card__title{font-size:1.125rem}}@media screen and (min-width:768px){.featured-posts{gap:20px;grid-template-columns:50% 50%;grid-template-rows:repeat(3,1fr)}.featured-posts .post-card:not(:first-child){gap:0;grid-template-columns:33.5% 66.5%}.featured-posts .post-card:not(:first-child) .post-card__content{padding:0 0 5px 20px}.featured-posts .post-card:not(:first-child) .post-card__title{font-size:1.125rem;margin:10px 0 0}}