.terms-section1 {
  margin: 100px 0 180px;
}

.terms-blob1 {
  height: 700px !important;
  right: -250px;
  top: -100px;
  width: 700px !important;
}

.terms-section1 h1 {
  font-size: 50px;
  line-height: normal;
  max-width: 380px;
  opacity: 1;
  margin: 0 0 105px;
}

.terms-section1 h3 {
  font-size: 28px;
  margin: 60px 0;
  line-height: 22px;
}

.terms-section1 .section-content {
  max-width: 610px;
}

.terms-section1 h4 {
  position: relative;
  font-family: "OpenSans-Semibold";
  font-size: 14px;
  letter-spacing: 1.75px;
  text-transform: uppercase;
  margin: 80px 0 12px -15px;
}

.terms-section1 ol {
  list-style: lower-alpha;
}

.faqs-section h4 {
  padding-left: 18px;
  line-height: 20px;
}

.faqs-section h4::after {
  content: "Q.";
  top: 0;
  left: 0;
  position: absolute;
  font-family: "OpenSans-Semibold";
  font-size: 14px;
  letter-spacing: 1.75px;
  text-transform: uppercase;
}

.faqs-section p {
  position: relative;
  padding-left: 18px;
}

.faqs-section h4 + p::after {
  content: "A.";
  top: 0;
  left: 0;
  position: absolute;
  font-family: "OpenSans-Semibold";
  font-size: 14px;
  letter-spacing: 1.75px;
  text-transform: uppercase;
}

.faqs-section h4 {
  margin-left: 0;
}

/* .terms-section1 h4:before{
    position: absolute;
    counter-increment:h4;
    content:counter(h4);
    opacity: 1;
    top: 0;
    left: -15px;
    font-family: "OpenSans-SemiBold";
    font-size: 14px;
    line-height: normal;
    letter-spacing: 1.75px;
} */

@media (min-width: 992px) and (max-width: 1366px) {
  .terms-blob1 {
    right: -300px;
  }
}

@media (min-width: 992px) and (max-width: 1280px) {
  .terms-section1 {
    margin: 80px 0 160px;
  }

  .terms-blob1 {
    right: -350px;
  }
}

@media (max-width: 991px) {
  .terms-section1 {
    margin: 100px 0 0;
  }

  .terms-section1 .show-blob .inner-blob {
    opacity: 0.7;
  }

  .terms-section1 h1 {
    margin: 28px 0 70px;
    max-width: 300px;
    font-size: 38px;
    line-height: 50px;
  }

  .terms-section1 h4 {
    margin: 60px 0 12px 0;
  }

  .terms-blob1 {
    min-width: 700px;
    transform: scale(0.65);
    top: -180px;
    left: 30px;
    position: absolute;
  }

  .terms-section1 h4:before {
    top: 0;
    font-size: 14px;
    line-height: normal;
    left: -15px;
  }

  /* .terms-blob1{
        animation: rotating-img 80s cubic-bezier(1, 1, 0.02, 0.01) infinite;
    } */
}

@media (max-width: 991px) and (min-width: 768px) {
  .terms-blob1 {
    top: -180px;
    right: -370px;
    left: auto;
  }

  .terms-section1 {
    margin: 80px 0 160px;
  }
}
