/*!**********************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./components/history/history.scss ***!
  \**********************************************************************************************************************************************************************************/
/**************************************************
Stylesheet: Defaults Stylesheet
**************************************************/
.history {
  padding: 100px 0 0;
  background: #222222;
}
@media all and (max-width: 768px) {
  .history {
    padding: 50px 0;
  }
}
.history__container {
  max-width: 54.976851851%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  row-gap: 16px;
}
@media all and (max-width: 1200px) {
  .history__container {
    max-width: 70%;
  }
}
@media all and (max-width: 992px) {
  .history__container {
    max-width: 80%;
  }
}
@media all and (max-width: 768px) {
  .history__container {
    max-width: 90%;
  }
}
.history__title {
  font-weight: 500;
  font-size: 48px;
  line-height: 120%;
  letter-spacing: 4%;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  margin: 0;
}
@media all and (max-width: 768px) {
  .history__title {
    font-size: 32px;
  }
}
.history__content {
  padding: 0 7.894736842%;
}
@media all and (max-width: 768px) {
  .history__content {
    padding: 0;
  }
}
.history__content p {
  margin: 0;
  color: #ffffff;
  font-size: 18px;
  line-height: 150%;
  text-align: center;
}
@media all and (max-width: 768px) {
  .history__content p {
    font-size: 16px;
  }
}

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