/*!****************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/terms-conditions/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;
}

.privacy-policy-text-section {
  padding-top: 80px;
  padding-bottom: 80px;
}

.privacy-policy-text-section p {
  color: #15181b;
  font-weight: 400;
  font-size: 18px;
  line-height: 160%;
}

@media only screen and (max-width: 767px) {
  .banner-section, .main-heading {
    height: 220px;
  }
  .banner-section h1 {
    font-size: 30px;
    margin-bottom: 0;
  }
  .privacy-policy-text-section {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .privacy-policy-text-section p {
    font-size: 16px;
    line-height: 150%;
  }
}
