.cards{display:flex;flex-wrap:nowrap;justify-content:space-around}.cards__card{align-items:center;align-self:flex-start;background:var(--neutral-100,#fff);border:.5px solid var(--neutral-400,#e7e8f1);border-radius:8px 8px 8px 8px;box-shadow:0 3px 10px 0 rgba(31,37,89,.04);display:flex;flex-wrap:wrap;margin-bottom:1.4rem;max-width:100%;width:32%}.card__image{height:auto;margin:0 auto;max-width:100%}.card__footer{min-height:320px;padding:32px 22px;width:100%}.card-header{background-position:50%;background-repeat:no-repeat;background-size:cover;border-radius:8px 8px 0 0;height:286px;width:100%}.card__footer p{color:var(--neutral-700,#1f2559);font-family:Montserrat;font-size:20px;letter-spacing:-.4px;line-height:28px}.divider{background:#e7e8f1;height:1px;margin-bottom:24px;margin-top:24px;width:100%}.speaker{align-items:center;display:inline-flex;width:68%}.speaker-photo{background-color:#e8e8ef;background-position:50%;background-repeat:no-repeat;background-size:cover;border-radius:54px;display:inline-block;flex-shrink:0;height:54px;width:54px}.speaker-name{color:var(--neutral-700,#1f2559);font-family:Montserrat;font-size:16px;font-weight:500;letter-spacing:-.16px;line-height:18px;margin-left:14px}.see-course{background:#fff;background-image:url(https://139645212.fs1.hubspotusercontent-eu1.net/hubfs/139645212/right-arrow%201.svg);background-position:50%;background-repeat:no-repeat;background-size:24px;border:1px solid #bdbfd1;border-radius:10px;display:inline-block;height:60px;margin-left:auto;width:60px}.speaker.right-content{align-items:end;display:inline-flex;justify-content:right;width:30%}@media (max-width:768px){.cards__card{width:100%}.cards{display:block}.card__footer{min-height:0}}