#about {
    font-size: 18px;
}

#about section {
    background-image: url("../img/index-picture30-1.jpg");
    background-position: center bottom;
}
#about p {
    margin-bottom: 30px;
}

.contact-person img {
    float: left;
    height: 30px;
    margin-right: 10px;
}
.contact-person p {
    margin:5px 0 20px;
}
#about section {
    margin-top: 30px;
    padding-bottom: 110px;
}

.about-text {
    padding: 20px 15px 110px;
    background-color: rgba(255,255,255, 0.7);
    -webkit-box-shadow: 1px 1px 5px 0 rgba(0,0,0,0.2);
    -moz-box-shadow: 1px 1px 5px 0 rgba(0,0,0,0.2);
    box-shadow: 1px 1px 5px 0 rgba(0,0,0,0.2);
    border: 1px solid #E7E7E7;

}