.podcast-section-header .custom-section-description {
  max-width: 880px;
}

.podcast-platforms-list__item {
  flex-shrink: 0;
  width: 100%;
  max-width: var(--icon-max-width);
}

.podcast-platforms-title {
  margin: 0;
  font-size: 16px;
  line-height: 1.5;
}

.podcast-platforms-list__item-image-container {
  --image-padding: 0px;
}

.podcast-platforms-list__item-image-container .media {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media screen and (min-width: 750px) {
  .podcast-platforms-title {
    width: 100%;
    font-size: 18px;
    text-align: center;
  }
}