.cms-featured-news{background-color:rgb(var(--color-slate));color:rgb(var(--color-white));margin-bottom:var(--section-padding-y);padding:0;.cms-featured-news__posts{display:flex;flex-direction:column;gap:1.5rem}}.cms-featured-news__title{color:rgb(var(--color-white));font-size:1.5rem;font-weight:300;margin-bottom:0;padding:4.5rem 0;text-align:center}.cms-featured-news__image{margin-bottom:2rem;img{aspect-ratio:var(--aspect-crt);border-radius:.5rem;height:100%;object-fit:cover;width:100%}}.cms-featured-news__post{color:rgb(var(--color-white));text-decoration:none;h3{color:rgb(var(--color-white));font-weight:300;margin-bottom:.5rem}&:hover{color:rgb(var(--color-white));.cms-featured-news__post-title{text-decoration:underline}}}.cms-featured-news__post-author{align-items:center;display:flex;gap:1rem;img{aspect-ratio:var(--aspect-square);border-radius:var(--rounded-full);width:4rem}span{font-size:var(--text-base);font-weight:700}}.cms-featured-news__cta{padding:4rem 0;.button{margin-bottom:0}}@media (min-width:1024px){.cms-featured-news{border-radius:1.5rem;margin:0 auto 5rem;max-width:1440px;.cms-featured-news__posts{display:grid;gap:1.5rem;grid-auto-rows:auto;grid-template-columns:repeat(2,1fr)}.cms-featured-news__image{margin-bottom:5rem}}}