.img_box {
    float: left;
    min-width: 20%;
    margin-top: 8px;
    /*border: 1px solid #c4c4c4;*/
    /*box-shadow: 0 0 1px #888888;*/
}

.text_box {
    margin-left: 30px;
    margin-right: 30px;
    float: left;
    width: 60%;
    vertical-align: top;
}

.text_header {
    margin: 0px;
    padding-top: 8px;
    padding-bottom: 20px;
    border-bottom: 1px solid #c4c4c4; color: #2d4b9b;
    line-height: 26px;
    font-size: 1.5em;
}

.text_block, .last_text_block {
    margin: 0px;
    padding: 18px 4px 18px 4px;
    border-bottom: 1px solid #c4c4c4;
    font-size: 1.1em;
    line-height: 21px;
}

.last_text_block {
    border: none;
}
