.hero-header--left-side--text {
  font-family: "roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #262b2f;
}

.podcast-page-container {
  max-width: 1275px !important;
  display: flex;
  flex-direction: column;
  margin: auto;
  padding: 120px 20px 0px 20px;
}

.hero-header {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap-reverse;
  justify-content: center;
  padding-bottom: 60px;
}

.hero-header--left-side {
  max-width: 630px;
}

.hero-header--left-side--sm-headline {
  font-family: "bree", sans-serif !important;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 27px;
  letter-spacing: 0.08em;
  text-align: left;
  color: #a1abb2;
  margin-bottom: 5px;
}

.hero-header--left-side--lg-headline {
  font-family: "bree", sans-serif !important;
  font-size: 39px;
  font-style: normal;
  font-weight: 700;
  line-height: 47px;
  letter-spacing: -0.04em;
  text-align: left;
  margin: 0;
  margin-bottom: 5px;
  color: #232f34;
}

.hero-header--right-side--image {
  width: 575px;
  max-width: 100%;
  margin-top: -60px;
}

.hero-header--left-side--mikel-section--headline {
  font-weight: 700;
  font-size: 23px;
  letter-spacing: -0.02em;
  font-family: "bree", sans-serif !important;
  margin: 0;
  max-width: 185px;
  text-align: center;
  margin-top: 60px;
  color: #232f34;
}

.hero-header--left-side--mikel-section--name {
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 27px;
  font-family: "bree", sans-serif !important;
  margin-bottom: 0;
  color: #232f34;
}

.hero-header--left-side--mikel-section--job-title {
  font-family: "roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  margin: 0;
  color: #232f34;
}

.hero-header--left-side--mikel-section--profile-section {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
  max-width: 185px;
  height: 200px;
}

.hero-header--left-side--mikel-section--name-job-title-section {
  text-align: center;
  display: flex;
  flex-direction: column;
}

.archive-player-container {
  padding-bottom: 0 !important;
  padding-top: 25px;
}

.archive-player-container html {
  overflow: hidden;
}

.archive-player--headline {
  padding-bottom: 0 !important;
  font-style: normal;
  font-weight: 700;
  font-size: 23px;
  line-height: 28px;
  letter-spacing: -0.02em;
  margin: 0;
  color: #232f34;
}

@media screen and (max-width: 1259px) {
  .hero-header--right-side {
    padding-bottom: 40px;
  }

  .hero-header--left-side--mikel-section--profile-section {
    flex-direction: row;
    max-width: 209px;
    height: 80px;
  }

  .hero-header--left-side--mikel-section--image {
    max-width: 45px;
  }

  .hero-header--left-side--mikel-section--headline {
    text-align: left;
  }

  .hero-header--left-side--mikel-section--name-job-title-section {
    text-align: left;
  }

  .hero-header--left-side {
    max-width: 100%;
  }
}

@media screen and (min-width: 655px) {
  .archive-player-container {
    max-height: 620px;
  }
}

.future-episodes--headline {
  padding-bottom: 0 !important;
  font-style: normal;
  font-weight: 700;
  font-size: 23px;
  line-height: 28px;
  letter-spacing: -0.02em;
  margin: 0;
  color: #232f34;
}

.future-episodes {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 22px 0 30px 0px;
}

.future-episode {
  margin-right: 20px;
  margin-bottom: 20px;
  max-width: 213px;
}

.future-episode-image {
  width: 213px;
  height: 213px;
  object-fit: cover;
  border-radius: 8px;
}

.future-episode-title {
  font-family: "Poppins", sans-serif !important;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #232f34;
}

.future-episode-date {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #425563;
}

.future-episode-title-date {
  display: flex;
  flex-direction: column;
  margin-top: 5px;
}

.future-episode-title-date .far {
  margin-right: 6px;
}

@media screen and (max-width: 505px) {
  .future-episode-image {
    width: 333px;
    height: 333px;
  }

  .future-episode {
    max-width: 100%;
  }
}