.history {
  position: relative;
}

.history::before {
  content: "";
  width: 2px;
  height: 100%;
  background: black;
  opacity: 0.38;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.history img {
  width: 100%;
  margin-top: 20px;
}

.history img + span {
  margin-bottom: 20px;
  display: block;
}

.history-left {
  text-align: right;
  padding-right: 75px !important;
}

.history-left h2::after {
  content: "";
  background: black;
  width: 14px;
  height: 15px;
  border-radius: 50%;
  right: -7px;
  margin-top: 9px;
  position: absolute;
}

.history-left h3::after {
  content: "";
  position: absolute;
  right: -3px;
  width: 6px;
  height: 27px;
  background: #d0103a;
}

.history-right {
  padding-left: 75px !important;
}

.history-right h2.start::before {
  content: "";
  background: white;
  width: 14px;
  height: 15px;
  border-radius: 50%;
  border: 2px solid black;
  left: -7px;
  margin-top: 9px;
  position: absolute;
}

.history-right h2::before {
  content: "";
  background: black;
  width: 14px;
  height: 15px;
  border-radius: 50%;
  left: -7px;
  margin-top: 9px;
  position: absolute;
}

.history-right h3::before {
  content: "";
  position: absolute;
  left: -3px;
  width: 6px;
  height: 27px;
  background: #d0103a;
}

.history h2 {
  font-size: 36px !important;
  font-family: "Helvetica Neue 75 Bold" !important;
  font-weight: normal !important;
}

.history h2 + p,
.history h2 + p + p {
  font-size: 18px !important;
  line-height: 30px !important;
  margin-bottom: 30px !important;
}

.history h3 {
  font-size: 16px !important;
  font-family: "Helvetica Neue 75 Bold" !important;
  font-weight: normal !important;
  margin-bottom: 0 !important;
}

.history h3 + p,
.history h3 + p + p,
.history h3 + p + p + p {
  font-size: 16px !important;
  line-height: 24px !important;
  margin-bottom: 30px !important;
}

.history .margin-top-50 {
  margin-top: 50px;
}

.history .margin-top-74 {
  margin-top: 74px;
}

@media (max-width: 844px) {
  .history::before {
    content: "";
    width: 2px;
    height: 100%;
    background: black;
    opacity: 0.38;
    position: absolute;
    left: 20px;
  }

  .history-left {
    text-align: left !important;
    padding-left: 50px !important;
  }

  .history-left h2::after,
  .history-right h2::before {
    left: -2px !important;
  }

  .history-left h3::after,
  .history-right h3::before {
    left: 2px !important;
  }
}
