@media (max-width: 1200px) {
  .valueBorder:nth-child(even) {
    border-right: 1px solid #dee2e6 !important;
  }

  .valueBorder:not(:first-child) {
    border: unset;
  }
}

@media (max-width: 767px) {
  .impactTimeline::after,
  .boxImapctFull::after {
    left: unset;
    right: 0;
  }
}
