.podcast-section {
  background-color: #FFF;
  padding: 100px 0;
}
.podcast-section .podcast-container {
  display: flex;
  justify-content: center;
  max-width: 1820px;
  margin: 0 auto;
  padding: 0 20px;
}
.podcast-section .podcast-banner {
  display: flex;
  border-radius: 60px;
  overflow: hidden;
  background-color: #47A6EE;
  width: 100%;
}
.podcast-section .podcast-text-block {
  width: 50%;
  padding: 170px 80px;
  color: #FFF;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 35px;
  text-align: right;
}
.podcast-section .podcast-title {
  font-size: 56px;
  font-weight: 400;
  line-height: 110%;
}
.podcast-section .podcast-title b, .podcast-section .podcast-title strong {
  font-weight: 900;
}
.podcast-section .podcast-description {
  font-size: 22px;
  font-weight: 400;
  line-height: 140%;
  max-width: 600px;
}
.podcast-section .podcast-video-block {
  width: 50%;
  position: relative;
}
.podcast-section .podcast-video {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.podcast-section .podcast-video iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media all and (max-width: 1440px) and (min-width: 769px) {
  .podcast-section {
    padding: clamp(60px, 6.9444444444vw, 100px) 0;
  }
  .podcast-section .podcast-banner {
    border-radius: clamp(30px, 4.1666666667vw, 60px);
  }
  .podcast-section .podcast-text-block {
    padding: clamp(80px, 11.8055555556vw, 170px) clamp(24px, 5.5555555556vw, 80px);
    gap: clamp(16px, 2.4305555556vw, 35px);
  }
  .podcast-section .podcast-title {
    font-size: clamp(32px, 3.8888888889vw, 56px);
  }
  .podcast-section .podcast-description {
    font-size: clamp(16px, 1.5277777778vw, 22px);
    max-width: clamp(360px, 41.6666666667vw, 600px);
  }
}
@media (max-width: 768px) {
  .podcast-section {
    padding: 30px 0;
  }
  .podcast-section .podcast-container {
    padding: 0 16px;
  }
  .podcast-section .podcast-banner {
    flex-direction: column;
    border-radius: 30px;
  }
  .podcast-section .podcast-video-block {
    width: 100%;
    height: 81.4249363868vw;
  }
  .podcast-section .podcast-text-block {
    width: 100%;
    padding: 36px 12px;
    gap: 12px;
    text-align: center;
    align-items: center;
  }
  .podcast-section .podcast-title {
    font-size: 24px;
    line-height: 120%;
  }
  .podcast-section .podcast-description {
    font-size: 16px;
    line-height: normal;
    max-width: 100%;
  }
}

/*# sourceMappingURL=section-podcast.css.map */
