.chronology {
  border-left: 1px solid var(--gold);
}

.chronology h3.color-dark-red::before {
  content: '';
  display: inline-block;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--gold);
  position: relative;
  bottom: 0.2em;
  left: -13px;
  margin-right: 10px;
}

.chronology h3.color-dark-red > span {
  position: relative;
}

.chronology h3.color-dark-red > span::before {
  content: '';
  display: inline-block;
  width: 13px;
  height: 1px;
  background: var(--gold);
  position: absolute;
  top: 0.5em;
  left: 0;
  translate: -140% 0;
}

.chronology-inner-table-wrapper {
  border: 1px solid var(--dark-red);
}

.chronology-inner-table th {
  width: 80px;
}

.chronology-inner-list > li::before {
  content: '';
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #222;
  position: relative;
  top: -0.2em;
  margin-right: 10px;
}

@media (min-width:768px) {
  /* .chronology {
    border-left: 1px solid var(--gold);
  } */

  .chronology h3.color-dark-red::before {
    width: 10px;
    height: 10px;
    bottom: 0.2em;
    left: -5px;
    margin-right: 28px;
  }

  .chronology h3.color-dark-red > span::before {
    /* content: '';
    display: inline-block; */
    width: 17px;
    height: 1px;
    /* background: var(--gold);
    position: absolute; */
    top: 0.6em;
    left: 0;
    translate: -140% 0;
  }

  .chronology-inner-table-wrapper {
    max-width: 870px;
    line-height: 1.6;
  }

  .chronology-inner-table th {
    width: 100px;
  }

  .chronology-inner-list > li::before {
    content: '';
    display: inline-block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #222;
    position: relative;
    top: -0.2em;
    margin-right: 10px;
  }

  .section-business-plan .page-heading2 {
    letter-spacing: -0.01em;
  }
}