body {
  font: 14px/1.5 Helvetica, sans-serif;
}

/* Icons */
.social-media-list {
  text-align: center;
}

.svg-icon {
  width: 36px;
  height: 16px;
  display: inline-block;
  fill: currentColor;
  padding: 5px 3px 2px 5px;
  vertical-align: text-bottom;
  transform: scale(1.5);
}

#hero-image {
  text-align: center;
}

ol {
  list-style: none;
  margin-left: -1.4em;
}

section {
  border-bottom-width: 0 !important;
  margin: 0 !important;
}

.logo {
  height: 38px;
}

.podcast-player-grid {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  gap: 10px;
}