/* @import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap'); */
section.podcast .podcast-slider {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

section.podcast .podcast-slider h3 {
  font-weight: 600;
}

@media only screen and (max-width: 767px) {
  section.podcast .podcast-slider {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

section.podcast .podcast-slider .focal {
  margin: 0;
  padding: 0 1rem 0 0;
  width: 55%;
}

@media only screen and (max-width: 767px) {
  section.podcast .podcast-slider .focal {
    margin: 0 auto;
    padding: 0 1rem;
    width: 90%;
  }
}

section.podcast .podcast-slider .large-image-50 {
  width: 35%;
}

@media only screen and (max-width: 767px) {
  section.podcast .podcast-slider .large-image-50 {
    margin: 0 auto;
    width: 90%;
  }
}

section.podcast .podcast-slider .large-image-50 figure img {
  margin: 0 auto;
}

/*# sourceMappingURL=podcast-slider.css.map */
