/*!********************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[12].oneOf[12].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[12].oneOf[12].use[3]!./src/app/terms-of-service/style.css ***!
  \********************************************************************************************************************************************************************************************************************************************************************************/

.about-section{
  padding: 40px 10px;
}

.biz-top-heading{
  font-size: 35px;
}

.about-section p{
  padding-bottom: 20px;
  font-size: 16px;
  line-height: 28px;
}

.about-section h2{
  color: #333;
  padding: 20px 0px;
  font-weight: 700;
  font-size: 20px;
}

.biz-policy{
  background-image: url(/_next/static/media/contact-img.935169db.png); /* Path to your image file */
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 230px;
  padding: 60px 0px 0px;
}

.biz-policy h2{
  font-size: 48px;
  color: #333;
}

details {
  margin-bottom: 20px;
  width: 100%;
}

summary::marker {
  unicode-bidi: isolate;
  font-variant-numeric: tabular-nums;
  text-transform: none;
  text-indent: 0px !important;
  text-align: start !important;
  -moz-text-align-last: start !important;
       text-align-last: start !important;
}

details ul {
  margin-left: 30px;
}

details ul li{
  font-size: 15px;
  line-height: 25px;
}

summary {
  background-color: #fff;
  color: #333;
  font-weight: 700;
}

details[open] summary {
  background-color: #fff;
  color: black;
  margin-bottom: 10px;
  padding-bottom: 10px;
  font-weight: 700;
  border-bottom: 1px solid #F2F1F0;
  padding-left: 2px;
}

/* details[open] {
  background: #bfbdbd;
} */

details summary {
  cursor: pointer;
  transition: margin 150ms ease-out;
}
