.newsroom-podcast {
  padding: 40px 0;
}
.newsroom-podcast__title {
  font-family: "Antonio", sans-serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 120%;
  text-transform: uppercase;
  color: #012527;
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  .newsroom-podcast__title {
    font-size: 32px;
    line-height: 125%;
    margin-bottom: 48px;
  }
}
.newsroom-podcast__label-container {
  background: #f6f0e4;
}
.newsroom-podcast__label {
  font-family: "Antonio", sans-serif;
  font-weight: 700;
  font-size: 12px;
  line-height: 133%;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #012527;
}
@media screen and (max-width: 767px) {
  .newsroom-podcast__container._container {
    padding: 0 16px !important;
  }
}/*# sourceMappingURL=style.css.map */