.podcasts .news-card.left-img {
  background-color: #f3f3f3;
  padding: 32px;
}

.podcasts .news-card.left-img .card-footer .author-meta {
  margin: 0;
}

.podcasts .news-card.left-img .card-footer .author-meta .meta {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin: 16px 0;
}

.podcasts .news-card.left-img .card-footer .meta-author-name {
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  color: #181716;
}

.podcasts .news-card.left-img .card-footer .meta-author-name span {
  font-weight: 500;
  color: #000;
}

.podcasts .news-card.left-img .podcast-category {
  background-color: #073A61;
  color: #fff;
  padding: 8px;
  border-radius: 4px;
  font-weight: 600;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: 8%;
  text-transform: uppercase;
}

.podcasts .news-card.left-img .podcast-date {
  background-color: #73AE00;
  color: #fff;
  padding: 8px;
  border-radius: 4px;
  font-weight: 600;
  font-size: 14px;
  line-height: normal;
  letter-spacing: 8%;
  text-transform: uppercase;
}

.podcasts .news-card.left-img .podcast-episode {
  background-color: #38C4FD;
  color: #fff;
  padding: 8px;
  border-radius: 4px;
  font-weight: 600;
  font-size: 14px;
  line-height: normal;
  letter-spacing: 8%;
  text-transform: uppercase;
}



.podcasts .news-card.left-img p {
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  font-family: 'Work Sans';
  font-weight: 400;
  margin: 0;
}



@media (min-width:768px) {
  .podcasts .news-card.left-img h4 {
    font-weight: 700;
    font-size: 24px;
    line-height: normal;
  }
}

@media (max-width:991px) {
  .podcasts .news-card.left-img .card-footer .author-meta {
    padding-left: 0;
  }

  .podcasts .row {
    width: 100%;
    margin: auto;
  }

  .podcasts .news-card.left-img .card-footer .author-meta {
    min-height: auto;
  }

  .podcasts .news-card.left-img h4,
  .podcasts .news-card.left-img .card-footer .meta-author-name {
    margin-left: 110px;
  }

  .podcasts .news-card.left-img .img-wrapper .hover-wrapper {
    height: 100px;
  }
}

@media (max-width:767px) {
  .podcasts .news-card.left-img .card-footer .author-meta .meta {
    margin-left: 112px !important;
  }

}

@media (max-width:767px) {
  .podcasts .news-card.left-img {
    padding: 24px;
  }



  .podcasts .news-card.left-img .img-wrapper .hover-wrapper {
    height: 100px;
  }

  .podcasts .news-card.left-img .podcast-date,
  .podcasts .news-card.left-img .podcast-category,
  .podcasts .news-card.left-img .podcast-episode {
    padding: 6px;
    font-size: 10px;
    line-height: normal;
  }

  .podcasts .news-card.left-img .card-footer .author-meta .meta {
    margin: 10px 0;
    gap: 7px;
  }

  .podcasts .news-card.left-img .card-footer .meta-author-name {
    font-size: 14px;
    margin-bottom: 12px;
  }

  .news-card.left-img h4 a {
    display: block;
    min-height: 73px;
  }
}