.timeline .path {
  border-top: 2px #A2A4A8 solid;
  margin: 0;
  padding: 30px;
}

.timeline .path:nth-child(odd) {
  border-left: 2px #A2A4A8 solid;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  margin-right: 30px;
  padding-right: 0;
}

.timeline .path:nth-child(even) {
  border-right: 2px #A2A4A8 solid;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  margin-left: 30px;
  padding-left: 0;
  text-align: end;
}

.timeline .path:first-child {
  border-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.timeline .path:last-child {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.timeline h2 {
  font-size: 40px;
  font-weight: 700;
  font-family: var(--primary-font);
  color: var(--bs-secondary);
}

@media (max-width: 768px) {
  .timeline h2 {
    font-size: 20px !important;
  }
}

@media (min-width: 991px) {
  .timeline h2 br {
    display: none;
  }
}

.timeline p {
  color: var(--bs-secondary);
  font-size: 17px;
  font-family: var(--secondary-font);
}

@media (max-width: 991px) {
  .text-center-sm {
    text-align: center !important;
  }
}

@media (max-width: 768px) {
  .timeline img {
    /*width: 25%;*/
  }
}

@media (min-width: 991px) {
  .hide-from-991 {
    display: none !important;
  }
}

@media (max-width: 991.5px) {
  .hide-under-991 {
    display: none !important;
  }
}

