.aboutus {
    padding: 50px 0;
    background: rgb(245, 245, 251);
}
.aboutus p.list {
    margin-bottom: 5px;
}
.aboutus .left_side {
    float: left;
    width: 450px;
    box-sizing: border-box;
}
.aboutus .right_side {
    float: left;
    width: 750px;
    box-sizing: border-box;
    margin-bottom: 70px;
}
.aboutus .person:not(:last-child):after {
    content: "";
    clear: both;
    display: block;
    margin-bottom: 70px;
    height: 1px;
    max-height: 1px;
    background: linear-gradient(to right, #fff, #3eb8d7, #fff);
}
.aboutus .person:last-child .right_side {
    margin-bottom: 0px;
}
.aboutus .left_side img {    
    border-radius: 50% 50%;
    box-shadow: 2px 2px 5px rgba(0,0,0,0.5);
}
.aboutus .person a {
	color: rgba(0,0,0,0.6);
}
.aboutus .person a:hover {
	color: rgba(255,0,0,0.6);
}

.aboutus .left_side_photos {
    float: left;
    width: 450px;
    min-height: 536px;
    box-sizing: border-box;
}
.aboutus .left_side_photos img {
    width: 350px;
    margin-bottom: 10px;
}