.About_section1{
    /*background: url("../img/conference-room.jpg") center no-repeat;*/
    background: #E7FCEB;
    background-size: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
}

.About_section1 ul{
    width: 80%;
    margin-top: 100px;
    margin-left: auto;
    margin-right: auto;
}

.About_section1 ul li{
    width: 100%;
    list-style: none;
    line-height: 1.5;
}

.About_section1 ul li h1{
    font-family: KeepCalm;
    text-shadow: 1px 1px 1px #000000;
    color: #969696;
}

.About_section1 ul li h2{
    color: #00923A;
    text-shadow: none;
    font-family: GOTHIC;
}




.About_section2{
    margin-top: 400px;
}

.About_section2 ul{
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    position: relative;
}


.About_section2 ul li{
    display: inline-block;
    margin: 2%;
    width: 90%;
    vertical-align: top;
}

.About_section2 ul li h3{
    font-family: GOTHIC;
    color: #00923A;
}


.About_section3{
    background: #575A58;
    padding: 2% 0;
    left: 0;
    width: 100%;
}

.About_section3 ul{
    width: 75%;
    margin-right: auto;
    margin-left: auto;
    color: #FFFFFF;
}


.About_section3 h3{
    font-family: GOTHIC;
    color: #00923A;
}


.About_section4 ul{
    width: 75%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
}


.About_section4 h3{
    font-family: GOTHIC;
    color: #00923A;
}

.About_section5 ul{
    width: 75%;
    margin-right: auto;
    margin-left: auto;
    margin-top: 50px;
}

.About_section5 h3{
    font-family: GOTHIC;
    color: #00923A;
}


.About_section6 ul{
    width: 75%;
    margin-right: auto;
    margin-left: auto;
    margin-top: 50px;
}

.About_section6 h3{
    font-family: GOTHIC;
    color: #00923A;
}










@media screen and (max-width: 740px) {
    
     .About_section1 ul li h1{
        font-size: 30px;
    }
    

     .About_section2{
        margin-top: 650px;
    }

    .About_section2 ul li{
        display: block;
        margin: 2%;
        width: 80%;
        vertical-align: top;
    }
    
}