.featured-resources{display:grid;gap:var(--spacing-xl);grid-template-columns:2.1fr 2.9fr}.featured-resources>:first-child{grid-column:1/2;grid-row:span 2}.featured-card{display:flex;flex-direction:column;gap:var(--spacing-xl);position:relative;width:100%}.featured-card--horizontal{align-items:center;flex-direction:row}.featured-card__image{border-radius:24px 24px 140px 24px;height:400px;overflow:clip;width:100%}.featured-card--horizontal .featured-card__image{border-radius:24px;height:280px;width:50%}.featured-card--horizontal .featured-card__content{width:50%}.featured-card__image img{height:100%;object-fit:cover;object-position:center;width:100%}.featured-card__content{display:flex;flex-direction:column;gap:var(--spacing-md)}.featured-card__content h3,.featured-card__content p{margin-bottom:0}@media screen and (max-width:1140px){.featured-resources{display:grid;grid-template-columns:2fr 3fr}.featured-card,.featured-resources{gap:var(--spacing-md)}.featured-card--horizontal .featured-card__image{height:100%}}@media screen and (max-width:1023px){.featured-resources{gap:var(--spacing-lg);grid-template-columns:1fr}.featured-resources>:first-child{grid-column:unset}.featured-card--horizontal .featured-card__image{width:30%}.featured-card--horizontal .featured-card__content{width:70%}}@media screen and (max-width:767px){.featured-card--horizontal{flex-direction:column}.featured-card__image{border-radius:24px;height:240px}.featured-card--horizontal .featured-card__content,.featured-card--horizontal .featured-card__image{width:100%}}