.time-line {
  padding-top: 24px;
}

.time-line .line {
  width: 100%;
  height: 2px;
}

.time-line .wrapper {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
}

.time-line-item {
  position: relative;
  padding-top: 16px;
  min-width: 100px;
}

.time-line-item::before {
  content: '';
  display: block;
  position: absolute;
  top: -7px;
  left: 50%;
  transform: translateX(-50%);
  width: 12px;
  height: 12px;
  border-radius: 50%;
  box-shadow: 0 0 0 2px #3379b780;
  background-color: #337ab7;
}
