.main {
  /* width: 950px; */
  width: 100%;
  margin: 0 auto;
  text-align: center;
  max-width: 950px;
}

.main-title {
  margin: 0 auto;
  margin-top: 70px;
  margin-bottom: 50px;
}

.main-wrapper {
  margin-bottom: 60px;
}

.main-item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 42px;
  font-size: 14px;
}
.main-dark {
  background-color: #f7f7f7;
}

.main-item-text {
  position: relative;
  margin: 0 80px;
  color: #3ca3ef;
  flex: 50%;
  text-align: left;
}

.main-item-text::before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -17px;
  content: '';
  width: 4px;
  height: 4px;
  background-color: #3ca3ef;
}
