.podcast-section .card {
  border: none;
  border-radius: 1rem;
  box-shadow: 0 10px 25px rgba(0,0,0,.08);
}
.podcast-section .cover {
  width: 100%;
  height: 160px;
  object-fit: cover;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}
.podcast-section .platforms a {
  text-decoration: none;
}
@media (min-width: 768px) {
  .podcast-section .cover { height: 220px; }
}