.section_2-container {
  margin-block-start: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 124px;
  box-sizing: border-box;
}
.section_2-container .content-top-box {
  display: flex;
  padding: 0 364px 80px 364px;
  box-sizing: border-box;
  flex-direction: column;
  gap: 30px;
  align-items: center;
}
.section_2-container .content-top-box .title {
  color: #000;
  text-align: center;
  font-size: 60px;
  font-style: normal;
  line-height: normal;
}
.section_2-container .content-top-box .des {
  margin: 0;
  width: 836px;
  color: #6D6D6D;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  line-height: 26px; /* 144.444% */
}
.section_2-container .content-bottom-box {
  width: 100%;
}
.section_2-container .content-bottom-box .bottom-img {
  width: 100%;
  height: auto;
}

@media (max-width: 768px) {
  .section_2-container {
    padding-top: 60px;
  }
  .section_2-container .content-top-box {
    padding: 0 24px 40px 24px;
    gap: 16px;
  }
  .section_2-container .content-top-box .title {
    font-size: 36px;
    font-style: normal;
    line-height: normal;
  }
  .section_2-container .content-top-box .des {
    width: 100%;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    line-height: 18px; /* 150% */
  }
}

/*# sourceMappingURL=index.css.map */
