.st-learn-cards{background-color:#fafafa}.st-learn-cards__heading{color:#1a73e8;font-size:40px;font-weight:700;line-height:48px;margin:0 0 48px;text-align:center}.st-learn-cards__grid{display:grid;gap:32px;justify-content:center}.st-learn-cards__grid--1{grid-template-columns:minmax(0,400px)}.st-learn-cards__grid--2{grid-template-columns:repeat(2,1fr);margin:0 auto;max-width:840px}.st-learn-cards__grid--3{grid-template-columns:repeat(3,1fr)}.st-learn-cards__grid--4{grid-template-columns:repeat(4,1fr)}.st-learn-cards__card{background:#fff;border-radius:12px;box-shadow:0 2px 12px rgba(0,0,0,.08);display:flex;flex-direction:column;overflow:hidden;transition:box-shadow .2s ease,transform .2s ease}.st-learn-cards__card:hover{box-shadow:0 8px 24px rgba(0,0,0,.12);transform:translateY(-2px)}.st-learn-cards__image-wrap{aspect-ratio:16/9;background:#f0f0f0;overflow:hidden;width:100%}.st-learn-cards__image{display:block;height:100%;object-fit:cover;transition:transform .3s ease;width:100%}.st-learn-cards__card:hover .st-learn-cards__image{transform:scale(1.03)}.st-learn-cards__image-wrap--placeholder svg{height:100%;width:100%}.st-learn-cards__content{display:flex;flex:1;flex-direction:column;gap:20px;padding:24px}.st-learn-cards__title{color:#041325;flex-grow:2;font-size:18px;font-weight:700;line-height:1.4;margin:0;text-align:center}.st-learn-cards .pwr-cta{margin:0 auto}.st-learn-cards .pwr-cta_button{font-size:12px!important;padding:8px 20px!important}@media (max-width:1024px){.st-learn-cards__grid--4{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.st-learn-cards{padding:56px 0}.st-learn-cards__heading{font-size:32px;line-height:40px}.st-learn-cards__grid--2,.st-learn-cards__grid--3,.st-learn-cards__grid--4{grid-template-columns:1fr;max-width:100%}}