body {
  scroll-behavior: smooth !important;
  background: #0B101D;
}

a {
  text-decoration: none !important;
}

/* nav,
#mobile-menu {
  background-color: #efeff0 !important;
} */
footer {
  /* background-color: #efeff0 !important; */
  color: white;

}


.bghero {
  background-position: bottom;
  background:url('/Section.png');
background-size: cover;
background-position: center;
background-repeat: no-repeat;
}

/* Privacy and Terms Conditions */
.page {
  text-align: justify;
  color: #fff !important;
}
.page a{
  color: #64f6a8 !important;
}

.page h3 {
  font-size: 45px;
  font-weight: bold;
  text-align: center;
}

.page h2 {
  font-size: 25px;
  font-weight: 500;
  text-align: start;
  margin: 10px 0px;
}

.page p {
  font-size: 18px;
  margin-bottom: 10px;
}

.page ul {
  list-style-type: disc;
  margin-left: 40px;
  margin-bottom: 10px;
}

.page ul li {
  margin-bottom: 10px;
}

.page a {
  margin-bottom: 10px;
  color: blue;
}
