.podcast-cards,.podcast-cards__card{display:grid;grid-gap:var(--gap)}.podcast-cards__card{border-radius:var(--border-radius-lg);justify-items:start;padding:3rem}.podcast-cards__card--light-blue{background-color:var(--light-blue)}.podcast-cards__card--white{background-color:var(--white)}.podcast-cards__card-header{display:flex;gap:var(--gap)}.podcast-cards__card-icon{background-color:var(--purple);border-radius:50%;color:var(--white);display:grid;height:5rem;place-content:center;width:5rem}.podcast-cards__card-icon>img{height:2.4=5rem;width:2.4=5rem}.podcast-cards__card-title{font-size:2.2rem;font-weight:600;line-height:1.3}.podcast-cards__card-player,.podcast-cards__card-sub-title-player{width:100%}.podcast-cards__card-button{justify-self:center}@media (min-width:768px){.podcast-cards--2,.podcast-cards--4{grid-template-columns:repeat(2,1fr)}.podcast-cards--3{grid-template-columns:repeat(3,1fr)}}@media (min-width:992px){.podcast-cards--4{grid-template-columns:repeat(4,1fr)}}