.about1 {
  padding-bottom: 70px;
}

.about-item {
  padding-bottom: 15px;
}

.about-item h2 {
  font-size: 34px;
  line-height: 95px;
  margin-bottom: 5px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .about-item h2 {
    line-height: 42px;
    margin-bottom: 5px;
  }
}

@media (max-width: 575px) {
  .about-item h2 {
    font-size: 25px;
    line-height: 35px;
  }
}

.about-item .sub-title {
  font-size: 25px;
  line-height: 36px;
  margin-bottom: 15px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .about-item .sub-title {
    font-size: 20px;
    line-height: 28px;
  }
}

@media (max-width: 575px) {
  .about-item .sub-title {
    font-size: 18px;
    line-height: 24px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .about-item .sub-title {
    font-size: 20px;
    line-height: 28px;
  }
}

.about-item .content {
  font-size: 25px;
  line-height: 42px;
  margin: 0;
}

@media screen and (max-width: 575px) {
  .about-item .content {
    font-size: 16px;
    line-height: 22px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .about-item .content {
    font-size: 18px;
    line-height: 32px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .about-item .content {
    font-size: 16px;
    line-height: 24px;
  }
}

.about2 {
  padding-bottom: 75px;
}

.about2 .about-item {
  padding-top: 45px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .about2 .about-item {
    padding-top: 15px;
  }
}

@media screen and (max-width: 575px) {
  .about2 .about-item {
    padding-top: 15px;
  }
}

.about2 .about-item h2 {
  font-size: 28px;
  line-height: 39px;
  margin-bottom: 45px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .about2 .about-item h2 {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 575px) {
  .about2 .about-item h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 20px;
  }
}

.staff {
  min-height: 326px;
  padding-top: 55px;
}

@media screen and (min-width: 992px) {
  .staff {
    padding-top: 20px;
  }
}

.staff h2 {
  font-size: 70px;
  line-height: 96px;
  margin-bottom: 48px;
}

@media screen and (min-width: 992px) {
  .staff h2 {
    font-size: 42px;
    line-height: 60px;
    margin-bottom: 40px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .staff h2 {
    font-size: 30px;
    line-height: 38px;
    margin-bottom: 35px;
  }
}

@media screen and (max-width: 575px) {
  .staff h2 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 30px;
  }
}

.staff .staff-item {
  max-width: 330px;
  width: 100%;
  display: inline-block;
  margin-right: 68px;
  margin-bottom: 72px;
}

@media screen and (max-width: 575px) {
  .staff .staff-item {
    max-width: 300px;
    margin-right: 0;
    margin-bottom: 15px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .staff .staff-item {
    margin-right: 15px;
    margin-bottom: 30px;
  }
}

@media (min-width: 1200px) {
  .staff .staff-item:nth-child(3n) {
    margin-right: 0;
  }
}
/*# sourceMappingURL=page1.css.map */