@font-face {
  font-family: "Louis";
  src: local("Louis"), url("../font/louis/louis-400.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Louis";
  src: local("Louis"), url("../font/louis/louis-700.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}

.history {
  padding-bottom: 4.92308vw;
}

.history__wrapper {
  margin-bottom: 7.69231vw;
}

.history__text {
  width: 63.07692vw;
  margin: auto;
}

.history__text p:not(:last-child) {
  margin-bottom: 1.53846vw;
}

@media screen and (min-width: 1300px) {
  .history {
    padding-bottom: 64px;
  }
  .history__wrapper {
    margin-bottom: 100px;
  }
  .history__text {
    width: 820px;
  }
  .history__text p:not(:last-child) {
    margin-bottom: 20px;
  }
}

@media screen and (min-width: 760px) and (max-width: 999px) {
  .history {
    padding-bottom: 8.42105vw;
  }
  .history__br {
    display: none;
  }
  .history .info {
    margin-bottom: 9.375vw;
  }
  .history__wrapper {
    margin-bottom: 6.31579vw;
  }
  .history__text {
    width: 100%;
  }
  .history__text p:not(:last-child) {
    margin-bottom: 2.63158vw;
  }
}

@media screen and (max-width: 759px) {
  .history {
    padding-bottom: 20vw;
  }
  .history__br {
    display: none;
  }
  .history .info {
    margin-bottom: 10.9375vw;
  }
  .history__wrapper {
    margin-bottom: 15.625vw;
  }
  .history__text {
    width: 100%;
  }
  .history__text p:not(:last-child) {
    margin-bottom: 4.6875vw;
  }
}
/*# sourceMappingURL=about_history.css.map */