@font-face {
  font-family: "Myriad-SE";
  src: url("../font/Myriad-SE-300.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
}
.speaker {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 225px;
  margin-bottom: 80px;
}
.speaker img {
  border-radius: 50%;
  border: solid 3pt #b2ceee;
  width: 200px;
  height: 200px;
}
.speaker .bio {
  padding: 0 25px;
  width: calc(100% - 250px);
  display: inline-block;
  line-height: 1.2em;
}
.speaker .bio h1 {
  font-weight: 300;
  font-family: Myriad-SE, Myriad, sans-serif;
  font-size: 2em;
}
.speaker .bio h1 small {
  font-size: 0.6em;
}
.speaker:not(:last-child):after {
  position: absolute;
  width: 100%;
  height: 5px;
  bottom: -35px;
  background-color: #89ccca;
  content: " ";
  transform: skewY(-2deg);
}
@media (min-width: 600px) {
  .speaker:nth-child(2n) img {
    order: 1;
  }
  .speaker:nth-child(2n) h1 {
    text-align: right;
  }
}
@media (max-width: 600px) {
  .speaker {
    display: block;
    padding-bottom: 25px;
  }
  .speaker img {
    margin: 0 calc(50% - 100px);
    display: block;
  }
  .speaker .bio {
    display: block;
    width: calc(100% - 50px);
    margin-top: 25px;
  }
}

/*# sourceMappingURL=speakers.css.map */
