@import url("https://fonts.googleapis.com/css2?family=Noto+Sans&display=swap");
.hexersoft-terms-and-conditons {
  margin: 0;
  padding: 0;
}
.hexersoft-terms-and-conditons .container-fluid {
  margin: 0;
  padding: 0;
  padding-left: 15%;
  text-align: center;
  padding-right: 15%;
}
.hexersoft-terms-and-conditons .heading h1 {
  font-family: "Noto Sans", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 50px;
  line-height: 111.18%;
}

.hexersoft-terms-and-conditons .heading p {
  font-family: "Noto Sans", sans-serif;
  font-size: 22px;
  padding-top: 1%;
}

.terms-gap {
  padding: 2%;
}
.before-terms-gap {
  padding: 5%;
}

.after-terms-gap {
  padding: 1%;
}

.hexersoft-terms-and-conditons .terms {
  text-align: justify;
}

.hexersoft-terms-and-conditons .terms p {
  font-family: "Noto Sans", sans-serif;
  font-size: 16px;
  padding-bottom: 1%;
}

.hexersoft-terms-and-conditons .terms h3 {
  font-family: "Noto Sans", sans-serif;
  font-size: 22px;
  padding-bottom: 3%;
  padding-top: 2%;
  text-align: center;
  font-weight: bold;
}

@media screen and (max-width: 1366px) {
  .hexersoft-terms-and-conditons .heading h1 {
    font-size: 37px;
  }
  .hexersoft-terms-and-conditons .heading p {
    font-size: 20px;
  }
  .hexersoft-terms-and-conditons .terms p {
    font-size: 15px;
  }
  .hexersoft-terms-and-conditons .terms h3 {
    font-size: 20px;
  }
}
