.podcast-list h3{
  font-size: var(--font-medium);
  font-weight: bold;
  line-height: 1.2;
  text-align: left;
  margin:35px 0 15px;
}

.podcast-list-wrapper{
  padding: 0px 0 40px;
}
.podcast-slider .slick-slide>div{margin: 0 5px;    padding: 20px 10px;}

.podcast-youtube-embed p iframe{
  height: fit-content;
  aspect-ratio: 16 / 9;
}
.podcast-name{
  font-size: var(--font-small);
  color: var(--color-mid);
  font-weight: bold;
  line-height: 1.2;
  text-align: left;
  margin:15px ;
}