.hero {
  margin-top: 0;
  background-image: url("/build/assets/dashboard-2-CxISouST.avif");
  background-size: cover;
  background-position: top;
  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(36, 36, 36, 0.26);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.hero .container-fluid {
  padding-left: 5%;
  padding-right: 5%;
}
.hero .container-fluid .content .subtitle-2 {
  margin-top: 50px;
}
.hero .container-fluid .content .banner {
  min-height: 250px;
}

.future {
  margin-top: 0;
  margin-left: 0;
  padding-top: 5rem;
}
.future .container {
  text-align: center;
  margin-top: -50px;
}
.future .container .subtitle {
  margin-top: 30px;
}
.future .container .text {
  text-align: left;
  margin-top: 50px;
  padding-bottom: 50px;
}