/* ---------------------------------------- */
.steps {
  font-size: 1.1rem;
}
.steps li:before {
  left: 24px !important;
  width: 100px !important;
}
@media (min-width: 576px) {
  .steps li:before {
    left: 25px !important;
    width: 180px !important;
    background-color: red;
  }
}

/* ---------------------------------------- */
form input#agreement + label:before {
  top: 1px;
}