.container-about{
    padding: 30px 0;
}
.about-wrap{ 
    padding: 20px 30px;
	background: #fff;
	box-shadow: 0 5px 40px rgba(0,0,0,.1);
    line-height: 2;
    min-height: calc(100vh - 260px);
}
.about-wrap h1{
    font-size: 18px;
    border-bottom: 1px solid #e2e2e2;
    margin-bottom: 20px;
}
.about-wrap p{
    margin: .5em 0;
    text-indent: 2em;
    letter-spacing: 1px;
}