@font-face {
  font-family: "Hiragino Sans";
  src: local(HiraginoSans-W6);
  font-weight: 900;
}
.container {
  background-image: url("../../src/staff/bg-interview.webp");
  background-size: 100% 100%;
}
.container .text {
  color: #454545;
  font-size: 25px;
  font-family: "Hiragino Sans";
  font-size: 25px;
  line-height: 1.5em;
  font-weight: 900;
}
.container .interview-text {
  width: 1000px;
}

.swiper-pagination-bullet {
  background: white;
}

.swiper-pagination-bullet-active {
  background: white !important;
}

@media (max-width: 700px) {
  .container .interview-text {
    top: 0;
    max-width: 90%;
  }
  .container .text {
    width: 100%;
    font-size: 20px;
  }
}/*# sourceMappingURL=footer.css.map */