/* ---------------terms-section START--------------- */
.terms-section.active .terms-wrap .content-box {
  opacity: 1;
}
.terms-section .terms-wrap .content-box {
  opacity: 0;
  transition: opacity 1s;
  transition-delay: 0.3s;
}
.terms-section .terms-wrap .content-box .intro-text {
  box-sizing: border-box;
  padding: 60px;
  background-color: #f8f8f8;
  line-height: 1.5;
}
.terms-section .terms-wrap .content-box .content-text {
  line-height: 1.5;
}

/* ---------------terms-section END--------------- */
/* ---------------media screen START--------------- */
@media screen and (max-width: 1350px) {
  /* ---------------terms-section START--------------- */
  .terms-section .terms-wrap .content-box .intro-text {
    padding: 50px;
  }
  /* ---------------terms-section END--------------- */
}
@media screen and (max-width: 1150px) {
  /* ---------------terms-section START--------------- */
  .terms-section .terms-wrap .content-box .intro-text {
    padding: 40px;
  }
  /* ---------------terms-section END--------------- */
}
@media screen and (max-width: 600px) {
  /* ---------------terms-section START--------------- */
  .terms-section .terms-wrap .content-box .intro-text {
    padding: 30px;
  }
  /* ---------------terms-section END--------------- */
}
@media screen and (max-width: 450px) {
  /* ---------------terms-section START--------------- */
  .terms-section .terms-wrap .content-box .intro-text {
    padding: 20px;
  }
  /* ---------------terms-section END--------------- */
}
/* ---------------media screen END--------------- */