.section_4-container {
  margin-block-start: 0;
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
  padding-top: 124px;
  background-color: #000;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 68px;
}
.section_4-container .top-box {
  display: flex;
  width: 1192px;
  max-width: 1192px;
  flex-direction: column;
  align-items: center;
  gap: 23px;
}
.section_4-container .top-box .title {
  color: #fff;
  text-align: center;
  font-size: 60px;
  font-style: normal;
  line-height: normal;
}
.section_4-container .top-box .des {
  width: 836px;
  margin: 0;
  color: rgba(255, 255, 255, 0.6);
  text-align: center;
  font-size: 18px;
  font-style: normal;
  line-height: normal;
}
.section_4-container .bottom-box {
  flex: 1;
  width: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
}
.section_4-container .bottom-box .world-position {
  width: 1192px;
  display: flex;
  justify-content: center;
}

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

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