/* ==================== about style ============================== */

.about-us {
  padding-bottom: 100px;
}

.about-us .info h3 {
  font-weight: bold;
  border-bottom: 1px solid #9995;
  font-size: 22px;
  margin-bottom: 30px;
  color: #555;
  padding: 15px 0;
}

.about-us .info .text p {
  font-size: 14px;
}

.vision h4 {
  color: #fff;
  font-weight: bold;
  margin-bottom: 30px;
}

.vision p {
  color: #fff;
  line-height: 2;
}

.information h3 {
  font-weight: bold;
  color: #444;
  position: relative;
  padding: 15px;
  margin-bottom: 50px;
}

.information h3:after {
  position: absolute;
  content: '';
  left: calc(50% - 75px);
  bottom: 0;
  width: 150px;
  height: 3px;
}

/* ==================== responsive style ============================== */

@media screen and (max-width: 991px) {
  .vision .items {
    margin-bottom: 50px;
  }
  .information h3 {
    font-size: 18px;
  }
}

/* ======== */

@media screen and (max-width: 787px) {
}

/* ======= */

@media screen and (max-width: 480px) {
}
