.sub-header-about{
    height: 50vh;
    width: 100%;
    background-image: linear-gradient( 73.1deg, rgba(85, 107, 85, 0.7) 30%, rgba(99,162,17,0.7) 86.9% ), url("../images/about-us-banner.jpg");
    background-position: center;
    background-size: cover;
    text-align: center;
    color: white;
    overflow: hidden;
    position: relative;
}

.sub-header-about h1{
    font-size: 35px;
    margin-top: 100px;
}

.about-us{
    width: 80%;
    margin: auto;
    padding-top: 10px;
    padding-bottom: 50px;
    color: #cbe5d5;

}

.about-us h3{
    margin-bottom: 15px;
}

.about-us h1{
    margin-bottom: 15px;

}

.about-us ul li{
    margin: 0 30px;
    list-style: square;
    font-style: italic;
    font-size: 20px;
    padding: 5px;
}

.about-col{
    flex-basis: 100%;
    padding: 10px 2px;
}