#banner {
  position: relative;
  color: #ffffff;
  font-size: 58px;
}
#banner #banner-content-wrapper {
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
#banner h2 {
  font-size: inherit;
}

#intro {
  padding-top: 30px;
}

#doccheck {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: rgba(0, 20, 137, 0.05);
}
#doccheck .doccheck-box {
  width: 466px;
  margin: 0 auto;
}

@media (max-width: 991.98px) {
  #banner {
    height: 200px;
    font-size: 36px;
  }
  #banner > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

/*# sourceMappingURL=home.css.map */
