.podcast-section h1 {
  max-width: 11em;
}

.podcast-section h1, .podcast-section h2, .podcast-section p {
  text-align: center;
}

.podcast-section h2 {
  font-size: 1.25rem;
  font-family: Futura-Dem, sans-serif;
  margin-bottom: 0.5rem;
}

.podcast-introduction {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 3rem;
}

.podcast-introduction * {
  margin-bottom: 1rem;
}

.podcast-introduction p:last-of-type {
  margin-bottom: 0;
}

.podcast-introduction a, .podcast-introduction a:hover {
  color: rgb(72, 121, 98);
  border-bottom: 0;
}

.podcast-section {
  padding: 4rem 1rem 8rem 1rem;
  background-image: url('/static/res/img/bg_beige.svg');
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center top;
  background-color: rgb(248, 224, 197);
}

.podcast-card img {
  width: 104px;
  height: 104px;
  margin-bottom: 1rem;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .podcast-card p, .podcast-card h2 {
    max-width: 21em;
  }
}

.episode-number {
  font-size: 1.125rem;
  color: rgb(127, 112, 116);
}

time {
  font-size: 1rem;
}

time:first-of-type::after {
  content: '●';
  font-size: 0.75rem;
  margin: 0 0.25rem;
}

.podcast-card {
  background: white;
  padding: 2.5rem 1.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-bottom: 0;
  text-align: center;
}

.podcast-card:hover {
  border-bottom: 0;
}

.podcast-card:hover h2 {
  text-decoration: underline;
}

ol > * + * {
  margin-top: 1.5rem;
}

@media(min-width: 30em) {
  h2 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
  }

  .podcast-section {
    margin: 0 1rem 1.5rem 1rem;
    padding-top: 104px;
  }

  .podcast-introduction {
    align-items: flex-start;
  }

  .podcast-introduction h1 {
    text-align: left;
    font-size: 3rem;
    margin-bottom: 1.5rem;
  }

  .podcast-introduction p {
    text-align: left;
    max-width: 24em;
    font-size: 1.5rem;
    margin-bottom: 0;
  }

  .podcast-introduction p:last-of-type {
    margin-top: 104px;
    margin-left: auto;
    font-size: 1.25rem;
  }

  .podcast-card {
    flex-direction: row;
    padding: 2.5rem;
    text-align: left;
  }

  .podcast-card img {
    min-width: 128px;
    height: 128px;
    margin: 0 2rem 0 0;
  }

  .podcast-card > div {
    align-self: middle;
  }

  .podcast-section h1, .podcast-section h2, .podcast-section p {
    text-align: left;
  }

  .podcast-section h2 {
    font-size: 1.5rem;
  }

  .hide-lg {
    display: none;
  }

  .hide-sm {
    display: block;
  }

  .episode-number {
    margin-bottom: 0.25rem;
  }

  time {
    font-size: 1.125rem;
  }

  time:first-of-type::after {
    margin: 0 0.5rem;
  }
}
