#aboutus-collapse {
  margin: auto;
  overflow: hidden;
  height: 100vh;
  height: 100%;
}

#about-us {
  background: #291a43;
}

.about-us-content {
  flex: 1 1 20rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.about-us-content a {
  color: white;
  text-decoration: none;
  display: flex;
  justify-content: center;
}

.landingImage img {
  width: 100%;
  height: auto;
  margin: auto !important;
}

