.about-page {
  min-height: calc(100vh - 100px);
  padding-top: 32px;
}

.about-title {
  font-size: 32px;
  font-weight: 600;
  color: #303033;
  margin-bottom: 8px;
}

.about-sub-title {
  font-size: 16px;
  color: #1c77ff;
  margin-bottom: 24px;
}

.divider {
  width: 50%;
  height: 1px;
  border-bottom: 1px dashed #606066;
  margin-bottom: 48px;
}

.info-box {
  margin-bottom: 32px;
}

.info-header {
  margin-bottom: 8px;
}

.title-icon {
  width: 24px;
  margin-right: 12px;
}

.title-icon.size-22 {
  width: 22px;
}

.title-text {
  font-size: 22px;
  font-weight: 600;
  color: #303033;
}

.info-text {
  font-size: 16px;
  color: #606066;
  margin-top: 16px;
  position: relative;
  padding-left: 48px;
}

.info-text::before {
  content: '';
  position: absolute;
  left: 36px;
  top: 10px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #1c77ff;
}