.step-list {
    list-style-type: none;
}
.step-list li {
    counter-increment: step-counter;
    margin-bottom: 1em;
}
.step-list li::before {
  content: counter(step-counter);
  margin: 0 0 30px -32px;
  font-size: 1em;
  background-color: #333;
  color: white;
  font-weight: bold;
  padding: 3px 10px;
  border-radius: 100%;
}

ul.icon-list li.xls:before {
  content: '\f1c3'; }

ul.icon-list li.calendar:before {
  content: '\f073'; }


.step-list li p {padding: 0 0 0 10px; margin-top: -1.6875em;}


  .hero-headline  {}
  .hero-headline h1 {white-space: normal;}

@media only screen and (min-width: 1200px) {


}

@media only screen and (max-width: 1200px) and (min-width: 479px) {


}
