.hero {
  margin-top: 0;
  padding-top: 70px;
  background-image: url("/build/assets/pexels-thirdman-7651924-CE0BDQM3.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(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: 80px;
}
.hero .container-fluid .content .subtitle-2 {
  margin-top: 50px;
}
.hero .container-fluid .content .banner {
  min-height: 250px;
}