@media only screen and (max-width: 640px) {
  .uk-flex-column-xs {
    flex-direction: column;
  }
  .road {
    padding: 0 1rem 2rem 1rem;
  }
  .uk-margin-small {
    margin: 0.5rem;
  }

  .top-results h2 {
    font-weight: 700;
    font-size: 1.7rem;
  }

  .top-results h3 {
    font-weight: 500;
    font-size: 1.4rem;
  }

  .pagination {
    padding: 1rem 0 1rem 0;
  }

  .step {
    min-height: 500px;
  }

  .results {
    padding: 1rem 1rem;
  }

  .py-1-xs {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .py-none {
    padding-top: none;
    padding-bottom: none;
  }

  .mt-1-s {
    margin-top: 0.5rem !important;
  }
  label {
    font-size: 1rem !important;
    font-weight: 400 !important;
    margin-top: 0.5rem;
  }
  div[class*="step-"] {
    flex-grow: 1;
  }
  div.step-0 {
    justify-content: flex-center;
  }
  .car-recharge,
  .car-places,
  .image-intro {
    z-index: -1;
    position: absolute;
    top: 105px;
    width: 100%;
    min-height: 265px;
  }

  .uk-flex-evenly-xs {
    justify-content: space-evenly !important;
  }
  .my-none-xs {
    margin: 0 !important;
  }
  .px-none-xs {
    padding-right: 0;
    padding-left: 0;
  }
  .order-0-xs {
    order: 0;
  }
  .order-1-xs {
    order: 1;
  }
  .order-2-xs {
    order: 2;
  }

  .battery {
    margin-left: 0rem;
  }

  .my-1-xs {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .py-15-xs {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
@media only screen and (min-width: 640px) and (max-width: 959px) {
  .step {
    min-height: 500px;
  }

  div[class="step-4"],
  div[class="step-5"] {
    justify-content: flex-end;
  }
  div[class*="step-"] {
    flex-grow: 0.4;
  }
  div.ste div.step-0 {
    justify-content: flex-end;
  }

  .uk-flex-row-s {
    flex-direction: row;
  }

  .uk-flex-column-s {
    flex-direction: column;
  }
}

@media only screen and (min-width: 960px) and (max-width: 1199px) {
  .uk-flex-row-m {
    flex-direction: row;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .uk-flex-row-l {
    flex-direction: row;
  }
}

@media only screen and (min-width: 1600px) {
  .uk-flex-row-xl {
    flex-direction: row;
  }
}
