.terms_sec1 .terms_wrapper_1 {
  padding: 7.5em 0 9.375em;
}

.terms_sec1 .content_wrapper {
  margin-bottom: 5em;
}

.terms_sec1 .content_wrapper:last-child {
  margin-bottom: 0;
}

.terms_sec1 .content_wrapper .title {
  color: #181818;
  font-size: 2.5em;
  font-family: var(--NS);
  font-weight: 800;
  letter-spacing: 0px;
  line-height: 1.75;
  margin-bottom: 1em;
}

.terms_sec1 .content_wrapper .desc {
  color: #181818;
  font-size: 1.375em;
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 2;
  margin-bottom: 1em;
  opacity: 1;
}

.terms_sec1 .content_wrapper .red_desc {
  color: red;
}

.terms_sec1 .content_wrapper .desc:last-child {
  margin-bottom: 0;
}

.terms_sec1 .content_wrapper .dotted_list {
  padding-left: 1.5em;
  margin: 0;
}

.terms_sec1 .content_wrapper .dotted_list li {
  list-style-type: disc;
  color: #181818;
}

@media (max-width: 600px) {
  .terms_sec1 .terms_wrapper_1 {
    padding: 4em 0 6em;
  }

  .terms_sec1 .content_wrapper {
    margin-bottom: 4em;
  }

  .terms_sec1 .content_wrapper .title {
    font-size: 2.2em;
    line-height: 1.182;
    margin-bottom: 0.9091em;
  }

  .terms_sec1 .content_wrapper .desc {
    font-size: 1.6em;
    line-height: 1.625;
    margin-bottom: 1.25em;
  }

  .terms_sec1 .journery_wrapper .desc {
    font-size: 1.6em;
    line-height: 1.625;
  }
}
