.gh_resent_podcast .gh_resent_podcast_inner .gh_top_content {
  margin-bottom:40px;
}

.gh_resent_podcast .gh_resent_podcast_inner .gh_top_content .gh_title * {
  margin-bottom: 10px;
}

.gh_resent_podcast .gh_resent_podcast_inner .gh_top_content .gh_title h3{
  margin-bottom:10px;
}

.gh_resent_podcast .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.gh_resent_podcast {
  position: relative;
  z-index: 9;
}

.gh_resent_podcast .content-wrapper {
  z-index: 9;
  position: relative;
}

.gh_resent_podcast .gh_bottom_content .hs-rss-item {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}

.gh_resent_podcast .gh_bottom_content .hs-rss-item .hs-rss-item-image-wrapper {
  width: 27.5%;
  padding-right: 10px;
  align-self: stretch;
}

.gh_resent_podcast .gh_bottom_content .hs-rss-item .hs-rss-item-text {
  width: calc(100% - 27.5%);
  padding-left: 10px;
  display: flex;
  flex-direction: column;
}

.gh_resent_podcast .gh_bottom_content .hs-rss-item .hs-rss-item-image-wrapper img.hs-rss-featured-image {
  width: 100%;
  max-width: 300px;
  height: 100%;
  border-radius: 12px;
  object-fit: cover;
}

.gh_resent_podcast .gh_bottom_content .hs-rss-item a.hs-rss-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 40px;
  color: #000000;
  display: block;
}

.gh_resent_podcast .gh_bottom_content .hs-rss-item .decription_podcast {
  margin-bottom: 8px;
  color: #333333;
  font-weight: 400;
}

.gh_resent_podcast .gh_bottom_content .hs-rss-item .hs-rss-byline .hs-rss-posted-at {
  font-family: Manrope;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  text-align: left;
  color: #333;
}

.gh_resent_podcast .gh_bottom_content .hs-rss-item .hs-rss-item-text .btn_view {
  margin-top: auto;
}

.gh_resent_podcast .gh_bottom_content .hs-rss-item .hs-rss-item-text .btn_view a.hs-rss-btn {
  padding-top: 10px;
  padding-bottom: 10px;
}

.gh_resent_podcast .gh_bottom_content .hs-rss-item {
  padding: 20px;
  border-radius: 12px;
}

.gh_resent_podcast .gh_bottom_content .hs-rss-item .hs-rss-item-image-wrapper a {
  display: flex;
  height: 100%;
}

.gh_resent_podcast .gh_bottom_content .hs-rss-item .hs-rss-item-text .image_platform {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
  gap:10px;
}

.gh_resent_podcast .gh_bottom_content .hs-rss-item .hs-rss-item-text .image_platform .img_wrap {
  width: 28px;
  height: 28px;
  box-shadow: 0px 0px 4px 0px #00000029;
  display: flex;
  align-items: center;
  background-color: #fff;
  justify-content: center;
  border-radius: 6px;
}

.gh_resent_podcast .gh_bottom_content .hs-rss-item .hs-rss-item-text .image_platform .img_wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-width: 16px;
}

.gh_resent_podcast .gh_bottom_content .hs-rss-item .hs-rss-item-text .image_platform .img_wrap a {
  display: flex;
}

.gh_resent_podcast .gh_bottom_content .hs-rss-item .hs-rss-byline {
  margin-bottom: 20px;
}

.gh_resent_podcast .content-wrapper {
  padding: 0;
}

@media(max-width:1200px) and (min-width:1025px){

}

@media (max-width: 992px){
  .gh_resent_podcast .gh_bottom_content .hs-rss-item .hs-rss-item-image-wrapper {
    width: 100%;
    padding: 0;
  }

  .gh_resent_podcast .gh_bottom_content .hs-rss-item .hs-rss-item-text {
    width: 100%;
    padding: 0;
  }

  .gh_resent_podcast .gh_bottom_content .hs-rss-item {
    gap: 40px;
  }

  .gh_resent_podcast .gh_bottom_content .hs-rss-item .hs-rss-item-image-wrapper img.hs-rss-featured-image {
    max-width: 100%;
  }

  .gh_resent_podcast .gh_bottom_content .hs-rss-item .hs-rss-item-text .image_platform .img_wrap {
    position: absolute;
    top: 40px;
    left: 40px;
    width: 50px;
    height: 50px;
    z-index:99;
  }

  .gh_resent_podcast .gh_bottom_content .hs-rss-item .hs-rss-item-text .image_platform .img_wrap img {
    max-width: 30px;
  }
  
  .gh_resent_podcast .gh_resent_podcast_inner .gh_top_content{
  margin-bottom:25px;
  }

}

@media(max-width:500px){
.gh_resent_podcast .gh_bottom_content .hs-rss-item .hs-rss-item-text .image_platform .img_wrap {
    width: 40px;
    height: 40px;
    left: 30px;
    top: 30px;
}

.gh_resent_podcast .gh_bottom_content .hs-rss-item .hs-rss-item-text .image_platform .img_wrap img {
    max-width: 25px;
  }a
}