.learn-more-cards{background:rgb(var(--color-background));border-radius:24px;overflow:hidden}.learn-more-cards__inner{padding-top:30px;padding-bottom:30px}.learn-more-cards__heading{color:rgb(var(--color-foreground));font-weight:400;font-size:24px;line-height:120%;margin:0 0 24px}.learn-more-cards__grid{display:grid;gap:24px}.learn-more-cards__card{margin:0}.learn-more-cards__card--link{color:inherit;display:block;text-decoration:none}.learn-more-cards__media{aspect-ratio:343/222;background-color:#e0dbca;border-radius:24px;margin-bottom:8px;overflow:hidden}.learn-more-cards__media img,.learn-more-cards__media svg{display:block;height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.learn-more-cards__title{color:rgb(var(--color-foreground));font-family:var(--font-body-family);font-size:20px;line-height:130%;margin:0}@media screen and (min-width: 750px){.learn-more-cards__inner{padding-top:60px;padding-bottom:60px}.learn-more-cards__heading{font-size:40px;line-height:110%;margin-bottom:40px;max-width:760px}.learn-more-cards__grid{gap:24px;grid-template-columns:repeat(2, minmax(0, 1fr))}.learn-more-cards__media{aspect-ratio:644/416;margin-bottom:16px}.learn-more-cards__title{font-size:28px;line-height:120%}}