.speaker-podcasts{padding-bottom:80px;padding-top:80px}.podcasts-card-items{display:grid;gap:24px;grid-template-columns:repeat(3,1fr)}.podcasts-card-item{border:1px solid #e3e8ec;border-radius:4px;box-shadow:0 1px 3px rgba(0,49,60,.06);display:block;line-height:0;overflow:hidden;transition:box-shadow .24s cubic-bezier(.2,0,0,1),transform .24s cubic-bezier(.2,0,0,1)}.podcasts-card-item>a{display:block;height:100%;width:100%}.podcasts-card-item img{aspect-ratio:1/1;display:block;object-fit:cover;width:100%}.podcasts-card-item:hover{box-shadow:0 12px 32px rgba(0,49,60,.14);transform:translateY(-2px)}@media (max-width:767px){.podcasts-card-items{grid-template-columns:repeat(2,1fr)}}