.section-header, .steps-header, .steps-name {
  color: #4b4e53;
  font-weight: 400;
  font-size: 1.4em;
}

.steps-header {
  margin-bottom: 20px;
  text-align: center;
}

.steps-timeline {
  outline: 1px dashed rgba(255, 0, 0, 0);
}

@media screen and (max-width: 768px) {
  .steps-timeline {
    border-left: 2px solid #4b4e53;
    margin-left: 25px;
  }
}

@media screen and (min-width: 768px) {
  .steps-timeline {
    border-top: 2px solid #4b4e53;
    padding-top: 20px;
    margin-top: 40px;
    margin-left: 16.65%;
    margin-right: 16.65%;
  }
}

.steps-timeline:after {
  content: "";
  display: table;
  clear: both;
}

.steps-one,
.steps-two,
.steps-three,
.steps-four,
.steps-five {
  outline: 1px dashed rgba(0, 128, 0, 0);
}

@media screen and (max-width: 768px) {
  .steps-one,
  .steps-two,
  .steps-three,
  .steps-four,
  .steps-five {
    margin-left: -25px;
  }
}

@media screen and (min-width: 768px) {
  .steps-one,
  .steps-two,
  .steps-three,
  .steps-four,
  .steps-five {
    float: left;
    width: 33%;
    margin-top: -50px;
  }
}

@media screen and (max-width: 768px) {
  .steps-one,
  .steps-two {
    padding-bottom: 40px;
  }
}

@media screen and (min-width: 768px) {
  .steps-one {
    margin-left: -16.65%;
    margin-right: 16.65%;
  }
}

@media screen and (max-width: 768px) {
  .steps-three {
    margin-bottom: -100%;
  }
}

@media screen and (min-width: 768px) {
  .steps-three {
    margin-left: 16.65%;
    margin-right: -16.65%;
  }
}

.steps-img {
  display: block;
  margin: auto;
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

@media screen and (max-width: 768px) {
  .steps-img {
    float: left;
    margin-right: 20px;
  }
}

.steps-name,
.steps-description {
  margin: 0;
}

.steps-name {
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-weight: 300;
  font-size: 18px;
  margin: 0;
}

@media screen and (min-width: 768px) {
  .steps-name {
    text-align: center;
  }
}

.steps-description {
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .steps-description {
    text-align: center;
  }
}

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