.featured-news__title{margin-bottom:50px;text-align:center}.featured-news__wrapper{display:grid;gap:30px;grid-template-columns:1.1fr 1fr}.featured-news__stack{display:flex;flex-direction:column;gap:22px}.featured-news__card{background:#fff;border:1px solid #e7e7e7;border-radius:12px;overflow:hidden}.featured-news__image{display:block;object-fit:cover;width:100%}.featured-news__card--large .featured-news__image{aspect-ratio:16/10;max-height:315px}.featured-news__card--small{display:flex;min-height:210px}.featured-news__thumb{flex:0 0 42%}.featured-news__card--small .featured-news__image{height:100%}.featured-news__body,.featured-news__body_inner{padding:24px}.featured-news__tag{background:#222;border-radius:4px;color:#fff;display:inline-flex;font-size:12px;margin-bottom:16px;padding:4px 12px}.featured-news__heading{line-height:1.2;margin:0 0 16px}.featured-news__heading a{color:#222;font-weight:600;text-decoration:none}.featured-news__excerpt{color:#666;line-height:1.7}.featured-news__footer{align-items:center;border-top:1px solid #ececec;display:flex;justify-content:space-between;margin-top:24px;padding:20px 24px}.featured-news__author{align-items:center;display:flex;gap:10px}.featured-news__author img{border-radius:50%;height:32px;object-fit:cover;width:32px}.featured-news__footer time{color:#666;font-size:14px}@media (max-width:767px){.featured-news__wrapper{grid-template-columns:1fr}.featured-news__card--small{flex-direction:column}.featured-news__thumb{flex:auto}.featured-news__heading{font-size:24px}.featured-news__card--small .featured-news__heading{font-size:20px}}