html {
  width: 100%;
  height: 100%;
}
body {
  min-height: 100%;
  margin: 0;
  /* display: grid; */
  grid-template-rows: auto 1fr auto;
}
.image-aboutus-banner {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  color: #fff;
  padding-top: 110px;
  padding-bottom: 110px;
}
