#stepsHistoryLine {
  width: 100%;
  margin: 2em auto;
  position: relative;
  font-family: 'Gotham', sans-serif;
}
#stepsHistoryLine .slick-list {
  width: 90%;
  margin: auto;
}
#stepsHistoryLine .slick-list .slick-slide {
  font-size: 20px;
  font-weight: 600;
}
#stepsHistoryLine .slick-list .slick-slide > div {
  margin: auto;
  background: #fff;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  display: inline-block;
  border: 8px solid #ee661f;
  text-align: center;
  vertical-align: middle;
  display: flex;
  align-items: center;
  justify-content: center;
}
#stepsHistoryLine .slick-list .slick-slide.slick-current > div {
  background: #ee661f;
  color: #fff;
}
#stepsHistoryLine:before {
  content: "";
  height: 8px;
  background: #ee661f;
  width: 100%;
  position: absolute;
  top: calc(46%);
}
#stepsHistoryLine .slick-prev,
#stepsHistoryLine .slick-next {
  width: 50px;
  height: 50px;
}
#stepsHistoryLine .slick-prev:before,
#stepsHistoryLine .slick-next:before {
  font: normal normal normal 50px/1 FontAwesome;
  color: #ee661f;
  opacity: 1;
}
#stepsHistoryLine .slick-prev {
  left: 5px;
}
#stepsHistoryLine .slick-prev:before {
  content: "\f04a";
}
#stepsHistoryLine .slick-next {
  right: 5px;
}
#stepsHistoryLine .slick-next:before {
  content: "\f04e";
}
#stepsHistoryLine button.slick-disabled {
  opacity: 0;
}
#historyLine .slick-slide {
  /*
        >div {
            width: 90%;
            max-width: 670px;
            background: #fff;
            margin: 1rem auto 3rem;
            padding: 2rem;
            text-align: center;
            font-size: 20px;
            line-height: 1.5em;
            font-weight: 600;
            position: relative;
            z-index: 2;
            h3 {
                font-size: 70px;
                font-family: 'Gotham', sans-serif;
                font-weight: 600;
                color: @orange;
            }
            &:before {
                content: "";
                position: absolute;
                width: 100%;
                height: 100%;
                border: 7px solid @orange;
                top: 20px;
                left: 20px;
                z-index: -1;
            }
        }
        */
}
#historyLine .slick-slide > div {
  width: 90%;
  max-width: 670px;
  margin: 1rem auto 3rem;
  padding: 2rem;
  text-align: center;
  font-size: 20px;
  line-height: 1.5em;
  font-weight: 600;
  position: relative;
}
#historyLine .slick-slide > div .item-slide {
  background: #fff;
  z-index: 10;
  position: relative;
  padding: 2em 2em 3em;
  font-weight: 500;
}
#historyLine .slick-slide > div .item-slide h3 {
  font-size: 70px;
  font-family: 'Gotham', sans-serif;
  font-weight: 600;
  color: #ee661f;
}
@media (max-width: 767px) {
  #historyLine .slick-slide > div .item-slide h3 {
    font-size: 50px;
  }
}
#historyLine .slick-slide > div:before {
  content: "";
  width: 90%;
  max-width: 670px;
  height: 90%;
  border: 10px solid #ee661f;
  position: absolute;
  z-index: 0;
  right: -15px;
  top: 40px;
}
