.list-all ul,
.list-all ol {
  padding: 0;
  margin: 0;
  font-weight: normal;
  color: #403F46;
  letter-spacing: 0;
  text-align: left;
  margin: 0 0 1.5rem 1.25rem;
  padding: 0;
}

.list-all ul li,
.list-all ol li {
  position: relative;
  padding-bottom: 0.5rem;
  line-height: 1.7;
}

.list-all ul {
  list-style: none;
  margin-left: 0;
}

.list-all ul li {
  font-size: 1rem;
  position: relative;
  padding-left: 20px;
}

.list-all ul li:last-child {
  padding-bottom: 0;
}

.list-all ul li:before {
  content: "";
  background-color: #403F46;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 11px;
  top: 0.62rem;
}

.list-all ol {
  margin-left: 1rem;
}

.list-all ol li {
  padding-left: 5px;
}

.make-better-wrap {
  background-color: #ffffff;
}

.make-better-wrap h2 {
  position: relative;
}

.make-better-wrap p {
  font-size: 32px;
  font-size: 2rem;
  font-family: 'SangBleu Versailles';
  font-weight: normal;
  font-style: normal;
  line-height: 56px;
}

.make-better-wrap .common-content {
  position: relative;
}

.make-better-wrap .common-content.aos-animate p {
  -webkit-animation: lh-42 1.8s forwards;
          animation: lh-42 1.8s forwards;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.make-better-wrap.make-better-wrap-inner-page p {
  font-size: 16px;
  font-size: 1rem;
  font-weight: normal;
  font-style: normal;
  line-height: 1.7;
  font-family: 'Roboto', sans-serif;
  color: #403F46;
}

.make-better-wrap.make-better-wrap-inner-page p:last-child {
  margin-bottom: 0;
}

.make-better-wrap.make-better-wrap-inner-page .common-content.aos-animate p {
  -webkit-animation: lh-30 1.8s forwards;
          animation: lh-30 1.8s forwards;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.test-img .bg {
  margin-top: 100%;
}

.test-img.active .bg {
  margin-top: 0%;
}

@media (min-width: 1200px) {
  .make-better-wrap h2 {
    /* @include font-size(60px);
            letter-spacing: -2.22px;  */
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .make-better-wrap h2 {
    letter-spacing: -1.22px;
  }
  .make-better-wrap p {
    font-size: 26px;
    font-size: 1.625rem;
  }
  .make-better-wrap.make-better-wrap-inner-page p {
    font-size: 16px;
    font-size: 1rem;
  }
}

@media (max-width: 767px) {
  .make-better-wrap h2 {
    letter-spacing: -1.22px;
  }
  .make-better-wrap p {
    font-size: 18px;
    font-size: 1.125rem;
  }
  .make-better-wrap .common-content.aos-animate p {
    -webkit-animation: lh-28 1.8s forwards;
            animation: lh-28 1.8s forwards;
  }
  .make-better-wrap.make-better-wrap-inner-page p {
    font-size: 16px;
    font-size: 1rem;
  }
}
/*# sourceMappingURL=intro-content.css.map */