.talkhouseFeaturePodcastMainArea .slideImageWrapper img {
  width: 100%;
}
.leftArrow, .rightArrow {
  cursor: pointer;
  /* width: 21px;
  height: 58px; */
  width: 16px;
  height: 43px;
  background-size: cover;
}

.leftArrow {
  background-image: url(../img/left-arrow.png);
}
.rightArrow {
  background-image: url(../img/right-arrow.png);
}

.talkhouseFeaturePodcastMainArea .slide {
  /* min-height: 230px; */
  margin-bottom: 20px;
}

.talkhouseFeaturePodcastMainArea .slide .titleWrapper a {
  color: black;
}

.featuredPodcastBox .socialWrapper {
  /* text-align: center; */
  display: flex;
  justify-content: space-between;
}

.featuredPodcastBox .socialWrapper .icon {
  height: 20px;
  margin-left: 5px;
  margin-right: 5px;
}
.featuredPodcastBox .middlearea {
  padding: 0 20px;
}