
.project-content {
    background-color: #fff;
    margin: 0 auto;
    font-size: 1.6rem;
    padding-top: 20px;
    min-height: 93.1vh;
    font-family: "Source Sans Pro", sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.project-content h1 {
    width: 90%;
    font: 400 10px/31px "Open Sans", sans-serif;
    max-width: 1200px;
    margin: 1em auto;
    margin-top: 2em;
    line-height: 1.6em;
    color: #555;
    font-size: 1.75em;
    text-align: center;
}

.project-content p {
    font: 400 11px/31px "Open Sans", sans-serif;
    max-width: 1200px;
    font-size: 0.8em;
    width: 90%;
    margin: .5em auto;
    line-height: 1.6;
    color: #4c5c62;
}

.project-content div {
    padding-bottom: .5em;
}

.project-content a {
    font:  400 18px/31px "Open Sans", sans-serif;
    color: #00a7e1;
}

.project-content a:hover {
    color: #598ea0;
}

.project-content .pic-container
{   
   
    max-width: 396px;
     margin: 0 auto;
 
}

.project-content .about_pic {
    max-width: 100%;   

}

.project-content .p-center {
    text-align: center;
}

.project-content .about-cnt {
    margin: 0 5% 0 5%;
    
 
}