.history__container {
  position: relative;
}

.history__item {
  position: relative;
  padding: 0 0 40px 0;
}

.history__item:first-of-type .history__title {
  color: #d5011c;
}

.history__title {
  margin: 0 0 15px 0;
  padding: 0;
  font-size: 26px;
  line-height: 1.4em;
  font-weight: 700;
  color: #000000;
}

.history__list-item {
  padding: 10px 0;
  border-bottom: 1px solid #eeeeee;
}

.history__list-item:last-of-type {
  border-bottom: none;
}

@media only screen and (min-width: 769px) {
  .history__item {
    padding-left: 50px;
  }

  .history__item:after {
    content: "";
    display: block;
    position: absolute;
    width: 1px;
    height: 100%;
    background: #eeeeee;
    left: 10px;
    top: 20px;
  }

  .history__item:last-of-type:after {
    display: none;
  }

  .history__title:after {
    content: "";
    display: block;
    position: absolute;
    width: 30px;
    height: 1px;
    background: #eeeeee;
    left: 10px;
    top: 20px;
  }
}

@media only screen and (min-width: 1024px) {
  .history__item {
    padding: 0 0 70px 70px;
  }

  .history__title {
    font-size: 30px;
  }

  .history__title:after {
    width: 40px;
  }
}

/*# sourceMappingURL=about.css.map */
