/*!**************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/privacy-policy/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%;
}


