section#abt {
    padding: 50px 0;
    text-align: center;
}

.title-h2 h3 {
    font-size: 35px;
    font-weight: 700;
    color: #336600;    
    text-align: center;
}

p.abt-text {
    font-size: 16px;
}
div#big-img {
    padding: 0;
}
section#last-cont {
    padding: 50px 0;
}

img#lglo {
    width: 80%;
    display: block;
    margin: auto;
}
.footer-item .logo{
    height: 80px;
}
section#cnt-farms {
    padding: 70px 0;
    background: #e9ecef;
}

img#farm {
    margin: auto;
    width: 80%;
    display: block;
    height: 150px;
}

section#cnt-farms {
    padding: 70px 0;
    background: #e9ecef;
    background: url(img/bg1.jpg);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
}
@media(max-width:768px){
    img#farm {
    width: 60%;
    margin-bottom: 15px;
}

}
@media(max-width:767px){
    img#living {
        margin-bottom: 10px;
    }
    img#farm {
        width: 36%;
        margin-bottom: 15px;
    }
    
}


section#privacy {
    padding: 50px 0;
    background: #e9ecef;
}







