.disp-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
}

.redirectional-page,
.rep-column .inner-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
section.podcast-cards .walkthrough:not(:last-child) {
  border-right: 1px solid #d8d8d8;
}
.redirectional-page .walkthrough {
  -ms-flex-preferred-size: 28.2%;
  flex-basis: 28.2%;
}
.redirectional-page .walkthrough:not(:first-child) {
  margin-left: 4%;
}
.redirectional-page .walkthrough.w-2 {
  -ms-flex-preferred-size: 35.2%;
  flex-basis: 35.2%;
}


.redirectional-page {

}

.redirectional-page .walkthrough:not(:last-child) {
  border-right: 1px solid #d8d8d8;
}
.rep-column .inner-flex .poster-image  {
  margin-right: 6.5%;
}
.rep-column .inner-flex .poster-image img {
  border-radius: 7px;
  width: 100%;
}
.rep-column .inner-flex .poster-image {
  flex-basis: 18.0%;
}
.rep-column .inner-flex .podcast-details {
  flex-basis: 75.38461538461539%;
}
.rep-column .inner-flex .podcast-details .pod-title h4 {
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.4;
  margin-bottom: 21px;
}
.rep-column .inner-flex .podcast-details .episode-num h5 {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.85;
  margin-bottom: 7px;
}
.rep-column .inner-flex .podcast-details .pod-date p{
  color: rgba(29, 42, 54, 0.65);
  font-family: "Akkurat Std";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  margin-bottom: 5px;
}
section.podcast-cards .podcast-body .cards-column .pod-title h4 {
  color: #1D2A36;
  font-weight: 400;
  line-height: 28px;
}
.card-description {
  margin-top: 12px;
}
.walkthrough.w-2 a,
.walkthrough.w-1 a {
  color: #1D2A36;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5;
}
section.podcast-cards .podcast-body .walkthrough img {
  height: 22px!important;
  margin-right: 10px;
  padding-bottom: 4px;
  width: 22px;
}

section.podcast-cards .podcast-body .podcast-body  display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}

section.podcast-cards .podcast-body .podcast-body .walkthrough.w-2 a {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.85;
}
.card-mobdd.load-more .cln-txtt {
  border-radius: 4px;
  border: 2px solid #1D2A36;
  max-width: 265px;
  margin: 0 auto;
  padding: 15px 20px;
  color: #1D2A36;
  text-align: center;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.519px;
  text-transform: uppercase;
  cursor: pointer;
}
.card-mobdd.load-more .cln-txtt:hover,
.card-mobdd.load-more .cln-txtt,
.walkthrough.w-2 a, 
.walkthrough.w-1 a,
.walkthrough.w-2 a:hover, 
.walkthrough.w-1 a:hover{
  transition: .3s all ease-in-out;
}
.walkthrough.w-2 a:hover, 
.walkthrough.w-1 a:hover {
  color: #64d488;
}
.card-mobdd.load-more .cln-txtt:hover {
  background-color: #64d488;
  border-color: #64d488;
  color: #FFFFFF;
}
@media(min-width: 1024px){
  .rep-column {
    -ms-flex-preferred-size: 47.446%;
    flex-basis: 47.446%;
    margin-right: 3.7%;
  }
  .rep-column:nth-child(2n+2) {
    margin-right: 0;
  }
}
@media(min-width: 1024px) and (max-width: 1250px){
  .redirectional-page .walkthrough.w-2 {
    -ms-flex-preferred-size: 45.2%;
    flex-basis: 45.2%;
  }
  .redirectional-page .walkthrough.w-1 {
    -ms-flex-preferred-size: 35.2%;
    flex-basis: 35.2%;
  }
}


@media(max-width: 1024px){
  .rep-column {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-right: 0;
  } 
}
@media(min-width: 768px){
  .rep-column {
    border-top: 1px solid #d8d8d8;
    padding-top: 28px;
    padding-bottom: 18px;
  }
  .card-mobdd.load-more {
    margin-top: 65px;
  }
}

@media(max-width: 767px){
  .redirectional-page {
    display: none;
  }
  .rep-column .inner-flex .poster-image {
    flex-basis: 30%;
  }
  .rep-column .inner-flex .poster-image {
    margin-right: 4%;
  }
  .rep-column .inner-flex .podcast-details {
    flex-basis: 66%;
  }
  .rep-column .inner-flex .podcast-details .pod-title h4 {
    letter-spacing: 0;
    font-size: 16px;
  }
  .rep-column {
    /*     border-bottom: 1px solid #d8d8d8; */
    padding-top: 30px;
    padding-bottom: 4px;
  }
  .card-mobdd.load-more {
    margin-top: 64px;
  }
  .rep-column:not(:last-child) {
    border-bottom: 1px solid #d8d8d8;
  }
}
@media(max-width: 767px) and (min-width: 470px){
  .rep-column {
    padding-bottom: 28px;
  }
}