.about-who {
    margin-bottom: 40px;
}

.about-who .image {
    width: 130px;
    float: left;
}

.about-who .text {
    padding-left: 130px;
    line-height: 22px;
    font-size: 13px;
}

.about-what {
    margin-bottom: 20px;
}

.about-what .row {
    float: left;
    clear: left;
}

.about-what .row .span {
    float: left;
    width: 285px;
    margin-left: 40px;
}

.about-what .row .span:first-child {
    margin-left: 0;
}

.about-what .row .span .image {
    float: left;
    width: 80px;
}

.about-what .row .span h3 {
    padding-left: 80px;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: bold;
    color: #333;
    line-height: 20px;
    margin-top: 0;
    height: 70px;
}

.about-what .row .span .text {
    line-height: 22px;
    font-size: 13px;
}