
.history .heading{
    margin: 40px auto;
}

.history .heading h1{
    text-align: center;
}
.history p{
    line-height: 2em;
}

.num-container{
    padding-left: 55px;
}
/*

.num-container .read-more-btn{
    margin-top: 0;
}
*/

.row .greenery-video{
    margin-top: 70px;
    /*outline: 1px solid black;*/
}

.prod-lines-wrapper{
    margin-top: 40px;
    background-color: #f4f4f4;
    padding: 36px 0;
}

.product-lines{
    position: relative;
    margin-top: 0;
}

.product-lines h3{
    color: #7c7c7c;
    font-size: 1.2em;
}

.product-lines p{
    position: relative;
    top: -5px;
    line-height: 1em;
}

.numbr{
    position: absolute;
    font-size: 2.5em;
    left: 20px;
    color: #95a71a;
}

.future-plans{
    margin-top: 40px;
}

.future-list-head{
    margin-top: 30px;
}

.future-plans ul{
    margin: 20px 0 0 0;
    padding: 0;
    
}

.future-plans h4{
    color: #6f6f6f;
}

.future-plans li {
    list-style: none;
    line-height: 1.4em;
    color: #a0a0a0;
    margin: 10px 0;
}

.new-prod-head{
    font-size: 1.1em;
    color: #bad600;
    font-weight: bold;
}


@media (max-width: 1199px){
    .row .greenery-video{
        margin-top: 0;
    }
}



















/*outline: 1px solid black;*/