.position-relative.overflow-hidden.text-center.bg-light:before {
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  background: hsla(34, 15%, 9%, 0.45);
}
.display-4 {
  margin-top: 50%;
}
.display-4,
.lead {
  color: white;
  font-family: sans-serif;
}

a.logo {
  background: whi;
  position: absolute;
  color: white;
  font-size: larger;
  left: 10%;
  font-family: sans-serif;
}

a.logo img {
  width: 55px;
}

.mt-md-5 {
  margin-top: 20% !important;
}

@media only screen and (min-width: 768px) {
  .ml-md-5 {
    margin-left: 30% !important;
  }
  .mt-md-5 {
    margin-top: 12% !important;
  }
}

.company-info {
  font-size: 35px;
}

.font-weight-normal {
  font-size: 30px;
}

.lead.font-weight-normal {
  font-size: 20px;
}
