.interview {
  margin: 0 0 24px;
}
.interview .intro {
  margin: 0 0 80px;
}
.interview .intro .text {
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.78;
}
.interview .list {
  margin: 0;
  padding: 0;
}
.interview .list .item + .item {
  margin: 48px 0 0;
}
.interview .list .item .movie {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  margin: 0 0 16px;
}
.interview .list .item .movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.interview .list .item .text {
  margin: 0;
}
@media screen and (min-width: 768px) {
  .interview {
    margin: 0 0 40px;
  }
  .interview .intro {
    margin: 0 0 112px;
  }
  .interview .intro .text {
    font-size: 18px;
    text-align: center;
  }
  .interview .list .item + .item {
    margin: 64px 0 0;
  }
  .interview .list .item .movie {
    margin: 0 0 24px;
  }
}/*# sourceMappingURL=interview.css.map */