.display-4 {
    color: white;
}
.fs-3 {
    color: whitesmoke;
}
.has-bg-img {
    background-image: url('/src/assets/brand/img/mbf-hero.jpg');
    background-size: cover;
    width: 100%;
    height: 600px;
  
  }
  .py-5 {
    padding-top: 2rem!important;
    padding-bottom: 1rem!important;
    }
    div#contact_form {
        width: 100%;
        display: flex;
      }