
  #aboutUs {
    margin-bottom: 2em;
  }
  
  #aboutUs ul {
    list-style-type: disc;
    padding-left: 2em;
    margin-top: 1em;
  }

  @media screen and (min-width: 650px) {
    #aboutUs {
      text-align: justify;
    }
  }
