.main-container {
  width: 100%;
  max-width: 1399px;
}

.abstract {
  &::after {
    content: "";
    display: block;
    margin-top: 1rem;
    border-bottom-width: 2px;
  }
}

.timeline-time-section {
  flex: 1;
}

.timeline-divider {
  background-color: #eee;
  width: 1px;
  &::before {
    background-color: #0ba376;
    content: "";
    display: block;
    position: absolute;
    margin-top: 4px;
    width: 17px;
    height: 17px;
    margin-left: -8px;
    border-radius: 10px;
    opacity: 0.25;
    z-index: 0;
  }
  &::after {
    content: "";
    display: block;
    position: absoulte;
    margin-top: 8px;
    width: 9px;
    height: 9px;
    margin-left: -4px;
    background-color: #fff;
    border-radius: 5px;
    border: 2px solid #04b4e0;
    z-index: 1;
  }
}

.text-color-content {
  color: rgb(85, 85, 85);
}

.text-color-second {
  color: #a5a6a7;
}

.skill-graph-container {
  height: 10px;
  width: 100%;
  background-color: transparent;
  border: 1px solid #0ba376;
  border-radius: 8px;
}

.skill-graph-percentage {
  background-color: #0ba376;
  height: 8px;
  border: 2px solid #fff;
  border-radius: 8px;
}
