body {
  background: #e5e5e5;
}

.termscondition-heading {
  height: 134px;
  width: 100%;
  background: #87e3ff;
  font-family: Manrope;
  font-style: normal;
  font-weight: bold;
  font-size: 36px;
  line-height: 49px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000000;
  margin-top: 5rem;
}
.termscondition-contents {
  background-color: #fff;
  width: 81rem;
  margin: 2rem auto;
  padding: 3rem;
}

.termscondition-contents .termscondition-subhead {
  font-family: Manrope;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 57px;
  display: flex;
  align-items: center;
  color: #000000;
}

.termscondition-contents p {
  font-family: Manrope;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 25px;
  color: #373737;
}

@media (max-width: 767px) {
  .termscondition-heading {
    height: 63px;
    font-size: 22px;
  }
  .termscondition-contents {
    background-color: #fff;
    width: 100%;
    margin-block: 2rem;
    padding: 14px;
  }
  .termscondition-contents .termscondition-subhead {
    font-size: 20px;
    line-height: normal;
    padding-block: 1rem;
  }
  .termscondition-contents p {
    font-size: 15px;
  }
}
