.podcast-banner .content-wrapper{
  max-width:1236px;
  margin:0 auto;
}
.podcast-banner .top-head h1 {
  color: #FFF;
  font-family: "PP Neue Corp";
  font-size: 38px;
  font-weight: 500;
  line-height: 38px;
  text-align: left;
  margin-bottom: 4px !important;
  margin: 0;
}
.podcast-banner .top-head p {
  color: #FFF;
  font-size: 22px;
  margin: 2px;
}
.podcast-banner .banner-content{
  margin: 60px 0px;
}
.podcast-banner .banner-content p {
  color: #FFF;
  font-family: "Helvetica Neue";
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
  margin: 0;
  margin-bottom: 10px;
}
.podcast-banner .banner-cta-outer {
  text-align: left;
}
.podcast-banner .banner-icons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
}

.podcast-banner .cta-section{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 58px;
  margin-top: 70px;
}
.podcast-banner .banner-icons .icons:hover img{ 
  transform: translateY(-5px);
  transition: 0.3s ease-out; 
}
.podcast-banner .banner-icons .icons img{ 
  transition: 0.3s ease-out; 
}
.podcast-banner .banner-cta a {
  color: #FFF;
  text-align: center;
  font-family: "Helvetica Neue";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 27px;
  position:relative;
  text-decoration:none;
}
.podcast-banner .banner-cta a:after {
  content: "";
  width: 20px;
  height: 12px;
  background-image: url(https://8243349.fs1.hubspotusercontent-na1.net/hubfs/8243349/Arrow-White.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: absolute;
  top: 2px;
  right: -31px;
  transition: right 0.3s ease;
}
.podcast-banner .banner-cta a:hover:after {
  right: -46px;
}


@media only screen and (max-width: 767px) and (min-width: 220px) {
  
  .podcast-banner .top-icon img {
    width: 163.579px;
    height: 189.999px;
    object-fit: contain;
}
  .podcast-banner .top-head h1 {
    font-size: 38px !important;
    line-height: 45px !important;
    margin-bottom: 24px !important;
    width:100%;
  }
  .podcast-banner .banner-content p {
    width:100%;
    margin-bottom:54px !important;
  }
  .podcast-banner .cta-section {
    display: block;
  }
  .podcast-banner .banner-cta{
    margin-top:47px;
  }
}


}
@media only screen and (max-width: 1280px) and (min-width: 768px){
  .podcast-banner{
    padding-left:20px;
    padding-right:20px;
  }
}