.hero {
  margin-top: 0;
  padding-top: 50px;
  background-image: url("/build/assets/nyc-congesed-fee-zone-BBmv19cr.avif");
  background-size: cover;
  background-position: 60%;
  position: relative;
  padding-bottom: 50px;
  min-height: calc(100vh - 185px);
  max-width: none;
  background-repeat: no-repeat;
  display: flex;
  /*-align-items: center;-*/
}
.hero .bkg {
  background-color: rgba(0, 0, 0, 0.623);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.hero .container-fluid {
  padding-left: 5%;
  padding-right: 5%;
  margin-top: 50px;
}
.hero .container-fluid .content .subtitle-2 {
  margin-top: 50px;
}
.hero .container-fluid .content .banner {
  padding-top: 25px;
  min-height: 250px;
}

.future {
  margin-top: 0;
  margin-left: 0;
  padding-top: 5rem;
}
.future .bkg {
  background-image: url("/build/assets/flat-screen-03-1920-ok-C6JRZR2x.avif");
  background-size: cover;
  background-position: 60% 0%;
  position: relative;
  background-repeat: no-repeat;
  padding-bottom: 950px;
  min-height: 100vh;
}
.future .container-fluid {
  text-align: center;
  margin-top: -50px;
}
.future .container-fluid .subtitle {
  margin-top: 30px;
}
.future .container-fluid .text {
  text-align: left;
  margin-top: 50px;
  padding-bottom: 50px;
  padding-left: 5%;
  padding-right: 5%;
}

.description .container .row .map-text {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.description .container .row {
  padding-top: 50px;
}

@media screen and (min-width: 992px) {
  .hero {
    margin-top: 0;
    padding-top: 80px;
    background-image: url("/build/assets/nyc-congesed-fee-zone-BBmv19cr.avif");
    background-size: cover;
    background-position: 60%;
    position: relative;
    padding-bottom: 50px;
    min-height: calc(100vh - 185px);
    max-width: none;
    background-repeat: no-repeat;
    display: flex;
    /*-align-items: center;-*/
  }
  .hero .bkg {
    background-color: rgba(0, 0, 0, 0.623);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .hero .container-fluid {
    padding-left: 5%;
    padding-right: 5%;
    margin-top: 50px;
  }
  .hero .container-fluid .content .subtitle-2 {
    margin-top: 50px;
  }
  .hero .container-fluid .content .banner {
    padding-top: 75px;
    min-height: 250px;
  }
}