.mainContainerTerms {
  padding: 0 88px;
  margin-top: 115px;
}

.pageHeadingTerms {
  font-size: 20px;
  font-weight: bold;
  color: #0c60ae;
  margin-top: 20px;
  text-align: center;
}
.pageMainHeading {
  font-size: 36px;
  font-weight: bold;
  margin-top: 12px;
  line-height: 60px;
  text-align: center;
  color: #101828;
}

.textMainContainer {
  margin-top: 60px;
}
.textContainerTerms {
  margin-top: 24px;
  margin-bottom: 28px;
}

.textContainerTerms > h2 {
  color: #475467;
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  margin-bottom: 18px;
}

.textContainerTerms > p {
  color: #475467;
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
  margin-bottom: 18px;
}

@media only screen and (max-width: 576px) {
  .mainContainerTerms {
    padding: 0 16px;
  }
  .pageHeadingTerms {
    font-size: 18px;
    margin-top: 20px;
  }
  .pageMainHeading {
    font-size: 24px;
    line-height: 40px;
  }
  .textMainContainer {
    margin-top: 30px;
  }

  .textContainerTerms > h2 {
    font-size: 18px;
    margin-bottom: 14px;
  }

  .textContainerTerms > p {
    font-size: 16px;
    margin-bottom: 16px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 992px) {
  .mainContainerTerms {
    padding: 0 14px;
  }
  .pageHeadingTerms {
    font-size: 20px;
    margin-top: 20px;
  }
  .pageMainHeading {
    font-size: 24px;
    line-height: 40px;
  }
  .textMainContainer {
    margin-top: 40px;
  }

  .textContainerTerms > h2 {
    font-size: 18px;
    margin-bottom: 16px;
  }

  .textContainerTerms > p {
    font-size: 18px;
    margin-bottom: 18px;
  }
}
