.podcast-promo {
  text-align: center;
}

.podcast-promo__heading {
  margin-bottom: 2.4rem;
}

.podcast-promo--links {
  display: flex;
  justify-content: space-around;
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
  flex-wrap: wrap;
  gap: 2rem;
}