.post-type-archive-dj-podcast header + .inner_cont {
  padding-top: 75px;
  padding-bottom: 75px;
}
.post-type-archive-dj-podcast .podcast_main_cont + .podcast_main_cont {
  padding-top: 50px;
  padding-bottom: 50px;
}
.podcast_main_cont {
  display: flex;
  flex-direction: row-reverse;
  gap: 25px;
  flex-wrap: wrap;
}
.podcast_main_cont.col_3 {
  flex-direction: row;
}
.podcast_main_cont > .podcast_cont {
  width: calc(55% - (25px / 2));
}
.podcast_main_cont > .podcast_cont .content {
  padding-top: 15px;
}
.podcast_group_cont {
  display: flex;
  flex-direction: column;
  width: calc(45% - (25px / 2));
  gap: 50px;
}
.podcast_group_cont .podcast_cont .inner {
  display: flex;
  gap: 15px;
}
.podcast_group_cont .podcast_cont a {
  width: 40%;
}
.podcast_group_cont .podcast_cont .inner > .content {
  width: 60%;
}
.podcast_cont h3 {
  margin-top: 10px;
}
.podcast_main_cont.col_3 > .podcast_cont {
  width: calc(33.333% - (50px / 3));
}
@media (max-width: 1020px) {
  .podcast_main_cont > .podcast_cont {
    width: calc(65% - (25px / 2));
  }
  .podcast_group_cont {
    width: calc(35% - (25px / 2));
    gap: 25px;
  }
  .podcast_group_cont .podcast_cont .inner {
    flex-wrap: wrap;
  }
  .podcast_group_cont .podcast_cont a,
  .podcast_group_cont .podcast_cont .inner > .content {
    width: 100%;
  }
  .podcast_group_cont .guest-date {
    display: none;
  }
  .podcast_main_cont.col_3 > .podcast_cont {
    width: calc(50% - (25px / 2));
  }
}
@media (max-width: 667px) {
  .podcast_main_cont > .podcast_cont,
  .podcast_group_cont,
  .podcast_main_cont.col_3 > .podcast_cont {
    width: 100%;
  }
  .podcast_group_cont .guest-date {
    display: block;
  }
}
