/* ****************************************
   All Section heading style.
   **************************************** */
section.terms {
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
}

section.terms .section_heading {
  text-align: center;
  margin-bottom: 2.5rem;
}

section.terms .section_heading h1 {
  font-weight: 300;
  margin-top: 0.625rem;
  font-size: 2.1875rem;
  color: var(--themeColor);
}

section.terms .section_heading h1::after {
  content: "";
  background-color: var(--themeColor);
  height: 0.1rem;
  width: 15rem;
  margin: 0.3125rem auto 1.25rem auto;
  display: block;
  border-radius: 1.5625rem;
  -webkit-transition-duration: 0.7s;
          transition-duration: 0.7s;
  -webkit-transition-property: all;
  transition-property: all;
}

section.terms .section_heading h1:hover::after {
  width: 7.5rem;
}

section.terms .terms_content h2 {
  font-weight: 300;
  font-size: 25px;
  margin-bottom: 20px;
  color: var(--themeColor);
}

section.terms .terms_content p {
  font-size: 17px;
  letter-spacing: 0.04375rem;
}