.term_content {
  width: 100%;
  height: auto;
  margin-top: 146px;
}

.term_content .box {
  width: 100%;
  height: auto;
  padding: 50px 0 236px;
}

.term_content .box .term_title {
  color: #222;
  text-align: center;
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
}

.term_content .box .desc_box {
  margin-top: 30px;
}

.term_content .box .desc_box p {
  margin-top: 10px;
  color: #222;
  text-align: left;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 34px;
  /* 212.5% */
}

@media screen and (max-width: 960px) {
  .term_content {
    width: 100%;
    height: auto;
    margin-top: 11.73333vw;
  }
  .term_content .box {
    width: 100%;
    height: auto;
    padding: 5.33333vw 0 5.33333vw;
  }
  .term_content .box .term_title {
    color: #222;
    text-align: center;
    font-size: 4.53333vw;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
  }
  .term_content .box .desc_box {
    margin-top: 4vw;
  }
  .term_content .box .desc_box p {
    margin-top: 1.33333vw;
    color: #222;
    text-align: left;
    font-size: 3.46667vw;
    font-style: normal;
    font-weight: 400;
    line-height: 2.12;
    /* 212.5% */
  }
}
