.podcast-section {
  margin-bottom: 0.625rem;
}
.podcast-section__body-title {
  margin-bottom: 0.9375rem;
}
.podcast-section__body-text {
  margin-bottom: 1rem;
}

.podcast-section__body-social-list {
  margin-bottom: 1.125rem;
}
.podcast-section__body-videoes {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
  padding-right: 0.8125rem;
  margin-bottom: 1.75rem;
}
.podcast-section__body-title-bottom {
  margin-bottom: 0.8125rem;
}
.podcast-section__body-text-bottom a {
  color: #11aade;
}
@media (max-width: 489px) {
  .podcast-section__body {
    padding-top: 0.625rem;
  }
  .podcast-section__body-title {
    margin-bottom: 0.6875rem;
  }
  .podcast-section__body-text {
    margin-bottom: 0.625rem;
  }
  .podcast-section__body-videoes {
    padding-right: 0;
    gap: 0.3125rem;
    margin-bottom: 1.5625rem;
  }
  .podcast-section__body-videoes iframe {
    height: 100%;
  }
  .podcast-section__body-title-bottom {
    font-size: 1.0625rem !important;
    margin-bottom: 0.4375rem;
  }
}
@media (max-width: 375px) {
  .podcast-section__body-videoes iframe {
    height: 8.25rem;
  }
}
