.banner-aboutus {
    width: 100%;
    height: 80vh;
    display: flex;
    justify-content: center;
    font-family: "Philosopher", sans-serif;
    background: url(/assets/img/aboutus.jpg);
    background-size: cover;
    background-position: center;
  }

.aboutus-heading{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 70%;
    color: white;
}

.aboutus-heading h1{
    font-size: 70px;
}

.aboutus-heading p{
    margin-top: 10px;
    font-size: 20px;
}

nav li{
    color: white;
}

svg{
    color: #139243;
    width: 50px;
    margin: 15px 0;
}

.parallax2 {
    background-image: url("/assets/img/about.jpg");
    min-height: 300px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 400;
  }
  