/*!*****************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[10].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[10].use[3]!./app/about/style.css ***!
  \*****************************************************************************************************************************************************************************************************************************************************************/
.banner-section {
  background-image: url(/../assets/images/img/about-banner-image.jpg);
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 300px;
}

.main-heading {
  height: 300px;
}
.about-section {
  padding: 80px 0;
}
.banner-section h1 {
  color: #fff;
  font-weight: 700;
  font-size: 64px;
  line-height: 100%;
  letter-spacing: 0px;
  text-align: center;
}

.about-section h2 {
  font-size: 40px;
  line-height: 120%;
  letter-spacing: 0px;
  font-weight: 700;
  color: #151515;
  font-size: 40px !important;
}

.about-section p {
  color: #15181b;
  font-weight: 400;
  font-size: 18px;
  line-height: 160%;
}
.company-mission {
  padding-bottom: 80px;
  padding-top: 80px;
}

.company-mission .mission-text {
  padding-left: 40px;
}
.company-mission h2 {
  line-height: 120%;
  letter-spacing: 0px;
  font-weight: 700;
  color: #151515;
  font-size: 40px;
}

.company-mission p {
  color: #15181b;
  font-weight: 400;
  font-size: 18px;
  line-height: 160%;
  font-family: Source Sans Pro;
}

.feature-item span {
  margin-left: 10px;
  color: #12223b;
  font-family: Source Sans Pro;
  font-weight: 600;
  font-size: 20px;
  line-height: 140%;
}
@media (max-width: 767px) {
  .banner-section h1 {
    font-size: 35px;
  }
}

@media (max-width: 991px) {
  .company-mission .mission-text {
    padding-left: 0px;
    text-align: center;
  }
}

