.content {
    height: auto;
    background: #F5F5F5;
}

.about_box {
    border: #e1e4e5 solid 1px;
    background: #FFF;
}

    .about_box h3 {
        font-size: 1em;
        height: 35px;
        line-height: 35px;
        background: url(images/title_icon.png) left no-repeat;
        padding-left: 10px;
    }

    .about_box p {
        font-size: 1em;
        color: #666;
        line-height: 2;
    }

.about_content {
    padding: 10px;
}

    .about_content img {
        max-width: 100%
    }
