.podcast-container {
  
  padding: 125px 0px;
}
.podcast-outer-wrap {
  padding: 0 15px;
  max-width: 80%;
  margin: 0 auto;
}
.podcast-col-wrapper {
  display: flex;
  align-items: center;
  margin: 0 5px;
}
.podcast-col-wrapper img#podimage {
  filter: drop-shadow(0px 4px 50px rgba(0, 0, 0, 0.25));
  max-width:400px;
  width:100%;
}
.podcast-col {
  flex-basis: 50%;
  margin: 0 25px 0 auto;
}
.podcast-col h3 {
  font-size: 48px;
  color: #FFF;
  font-weight: 700;
  margin-bottom: 10px;
  letter-spacing: -2px;
}
.podcast-col p {
  margin-bottom: 40px;
  line-height: 24px;
  color: #FFF;
}
.podcast-col a {
  margin-bottom: 15px;
  max-width: 100%;
  display: inline-flex;
}
.podcast-col a:after {
  display: none;
}
@media(max-width: 768px) {
  .podcast-col-wrapper {
    display: block;
  }
  .podcast-col a {
    width: 100%;
    max-width: 100%;
  }