.aboutus-banner {
 position: relative;
  background: #F0CA43;
  height: 30vh;
  margin-top: 5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.aboutus-content {
 margin-top: 4rem;
  text-align: center;
}

.aboutus-content h1 {
font-size: 2.5rem;
    font-weight: bold;
    color: #000000;
    text-transform: uppercase;
    margin-bottom: .2rem;
    position: relative;
}

.underlines{
    display: block;
    /* margin: 0.2rem auto 3rem auto;  */
    max-width: 140px; 
    width: 100%;
    height: auto;
}

