footer .popular-cities {
  padding: 30px 15px;
  border-bottom: 1px solid #F0F0F0;
  background-color: #fbfbfb;
}
footer .cities-wrapper {
  padding: 0 15px;
}
footer .cities-wrapper .city {
  color: #9b9b9b;
  font-size: .9375rem;
  line-height: 2;
  padding-left: 20px;
}
footer .cities-wrapper {
    padding: 0;
  }
  footer .cities-wrapper .city {
    padding: 0 15px;
  }
.w-20 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20% !important;
  flex: 0 0 20% !important;
  max-width: 20%;
}
.w-sm-50 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20% !important;
    flex: 0 0 20% !important;
    max-width: 20%;
  }
h2.popular-cities-title {
  font-size: 1.5em;
  margin-bottom: 15px;
  line-height: 24px;
}
@media screen and (max-width: 992px) {
  .w-sm-50 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50% !important;
    flex: 0 0 50% !important;
    max-width: 50%;
  }
  footer .cities-wrapper {
    padding: 0;
  }
  footer .cities-wrapper .city {
    padding: 0 15px;
  }
  
  h2.popular-cities-title, h3.popular-cities-title {
  	font-size: 1.0em;
  }
}
@media screen and (max-width: 992px) and (min-width: 573px) {
    footer .cities-wrapper {
        padding: 0;
        padding-left: 12px;
    }
    h3.popular-cities-title {
        padding-left: 12px;
    }
}