.podcast-platform-logo {
  display: flex;
  height: 88px;
  align-items: center;
  justify-content: center;
}

.podcast-platform-logo img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 88px;
  object-fit: contain;
}
