.termspage{ background-color: var(--white-color);padding: 3rem 0px 3rem 0px;}
.termspage .mainheading{padding-bottom: 10px;}
.termspage p {margin-bottom: 20px;font-size: 1rem;}
.termspage p a{color: var(--accent-color);}
.termspage ol {padding-left: 0px;margin: 0 0 10px 20px;}
.termspage ol li {padding:5px 0px;font-size: 1rem;}
.termspage ol li strong {font-weight: 600;}
.termspage ol li::marker{font-weight: 600;}

.termspage ul {padding-left: 0px;margin: 0 0 10px 20px;}
.termspage ul li {padding:5px 0px;font-size: 1rem;}
.termspage ul li strong {font-weight: 600;}
.termspage ul li::marker{font-weight: 600;}

.termspage h2{font-size: 26px;}
.termspage h3{font-size: 24px;}

/* Start of Mini Desktop View */
@media screen and (max-width: 1200px) and (min-width:1101px) {
.termspage{padding: 2rem 0px 2rem 0px;}
}

/* Start of Ipad Pro View */
@media screen and (max-width: 1100.98px) and (min-width:992px) {
.termspage{padding: 2rem 0px 2rem 0px;}
}

/* Start of Ipad View */
@media screen and (max-width: 991.98px) and (min-width:768px) {
.termspage{padding: 2rem 0px 2rem 0px;}
.termspage ol li {font-size: 15px;}
}

/* Start of Mini Ipad View */
@media screen and (max-width: 767.98px) and (min-width:600px) {
.termspage{padding: 2rem 0px 2rem 0px;}
.termspage ol li {font-size: 15px;}
}

/* Start of Mobile View */
@media screen and (max-width: 599.98px) and (min-width:320px) {
  .termspage {padding: 15px 0px;}
  .termspage p {font-size: 1rem;}
  .termspage ol li {font-size: 1rem;}
  .termspage ul li {font-size: 1rem;}
  .termspage h2{font-size: 22px;}
  .termspage h3{font-size: 20px;}
}
