@import url("main.css");
body {
  background: #fff !important;
}

.body {
  padding: 48px 0;
  display: grid;
  grid-template-columns: 100%;
  gap: 39px;
  color: #1e1e1e;
}

#termsAndConditions {
  display: grid;
  grid-template-columns: 100%;
  gap: 31.25px;
}
#termsAndConditions h3 {
  margin-bottom: 8.2px;
}/*# sourceMappingURL=about-us.css.map */