@media (min-width:768px){.featured-resources{display:flex;flex-wrap:wrap;gap:60px}}.featured-resources .featured-resource{background-color:#fff;box-shadow:var(--box-shadow)}@media (min-width:768px){.featured-resources .featured-resource{width:calc(50% - 30px)}}@media not screen and (min-width:768px){.featured-resources .featured-resource+.featured-resource{margin-top:1.5rem}}.featured-resources .featured-resource__image{aspect-ratio:var(--aspect-ratio);overflow:hidden}.featured-resources .featured-resource__image img{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.featured-resources .featured-resource__body{padding:2rem}.featured-resources .featured-resource__title{font-family:var(--primary-font)}.featured-resources .featured-resource__title a{background-image:linear-gradient(var(--h4-color),var(--h4-color));background-position:0 100%;background-repeat:no-repeat;background-size:0 3px;transition:background .3s ease}.featured-resources .featured-resource__summary{margin-top:1.5rem}.featured-resources .featured-resource__author{align-items:center;display:flex;margin-top:1.5rem}@media (min-width:768px){.featured-resources .featured-resource__author{margin-top:3rem}}.featured-resources .featured-resource__author-avatar{height:65px;margin-right:1.2rem;width:65px}.featured-resources .featured-resource__author-avatar img{border-radius:50%;height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.featured-resources .featured-resource:focus-visible .featured-resource__title a,.featured-resources .featured-resource:hover .featured-resource__title a{background-image:linear-gradient(var(--h4-color),var(--h4-color));background-size:100% 3px;color:var(--h4-color)}@media (min-width:768px){.featured-resources[data-num="1"] .featured-resource:first-child,.featured-resources[data-num="3"] .featured-resource:first-child{align-items:stretch;display:flex;width:100%}.featured-resources[data-num="1"] .featured-resource:first-child .featured-resource__body,.featured-resources[data-num="1"] .featured-resource:first-child .featured-resource__image,.featured-resources[data-num="3"] .featured-resource:first-child .featured-resource__body,.featured-resources[data-num="3"] .featured-resource:first-child .featured-resource__image{width:50%}.featured-resources[data-num="1"] .featured-resource:first-child .featured-resource__body,.featured-resources[data-num="3"] .featured-resource:first-child .featured-resource__body{padding:3rem}}