<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.podcast-wrapper {
  margin-bottom: 120px;
}
.podcast-inner {
  border-radius: 23px;
  border: 1px solid #898989;
  width: 100%;
  max-width: 100%;
  padding: 50px;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.podcast-left-content {
  width: 55%;
}
.podcast-right-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 38%;
  border-radius: 23px;
  margin-bottom: 17px;
}
.podcast-left-content h4 {
  color: #DDC514;
  font-size: 14px;
  margin-bottom: 10px !important;
  text-transform: uppercase;
  font-weight: normal;
}
.podcast-left-content h2 {
  font-family: 'Playfair Display';
  font-size: 26px;
  line-height: 32px;
  margin-bottom: 20px;
  font-weight: normal;
}
.podcast-left-content p {
  color: #262626;
  font-size: 15px;
  line-height: 24px;
  margin-bottom: 20px;
  font-family: Muli;
}
.podcast-left-content a {
  background-color: #004415;
  border-radius: 33px;
  color: #DDC514;
  font-size: 14px;
  letter-spacing: 0.12em;
  line-height: 1.3;
  padding: 15px 40px;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: max-content;
  max-width: 100%;
}
.podcast-left-content a:after {
  content: '';
  background-image: url(//44760.fs1.hubspotusercontent-na1.net/hubfs/44760/StonyHillAdvisors_April2022/Images/icon-arrow-right-yellow.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 12px;
  height: 12px;
  margin-left: 15px;
}
.podcast-left-content a:hover:after {
  animation: bounce 2s;
}
.podcast-right-content p {
  margin: 0;
}
.podcast-right-content img {
  border-radius: 23px;
  display: block;
  max-width: 100%;
}
.podcast-right-content:hover {
  -webkit-box-shadow: 0px 0px 20px 0px rgb(135 135 135);
  -moz-box-shadow: 0px 0px 20px 0px rgba(135,135,135,1);
  box-shadow: 0px 0px 20px 0px rgb(135 135 135);
  transition: ease-in-out 0.25s;
}





@media screen and (max-width: 900px){
  .podcast-inner {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .podcast-left-content {
    text-align: center;
    width: 100%;
    margin-bottom: 30px;
  }
  .podcast-right-content {
    width: max-content;
    margin: 0 auto;
  }
  .podcast-left-content a {
    margin: 0 auto;
  }
}

@media screen and (max-width: 600px){
  .podcast-right-content {
    display: initial;
    margin-bottom: 14px;
  }
}

@media screen and (max-width: 500px){
  .podcast-inner {
    padding: 50px 30px;
  }
  .podcast-left-content a {
    font-size: 13px;
    padding: 15px 30px;
  }
}




















</pre></body></html>