.articles {
    background: rgb(245, 245, 251);
    padding: 50px 0;
}
.articles .article:after {
    content: '';
    display: block;
    clear: both;
}
.articles .article:not(:last-child):after {
    content: "";
    display: block;
    margin-bottom: 70px;
    height: 1px;
    max-height: 1px;
    background: linear-gradient(to right, #fff, #3eb8d7, #fff);
}
.articles .article .left_side {
    float: left;
    width: 340px;
    box-sizing: border-box;    
    vertical-align: middle;
}
.articles .article .right_side {
    float: right;
    width: 860px;
    box-sizing: border-box;    
    margin-bottom: 70px;
}
.articles .article .right_side p:last-child {
    margin-bottom: 0px;
}
.articles .article .left_side img {
    width: 300px;
}

.articles .article img.inline_img {
    display: inline-block;
    width: 200px;
    margin: 0px 20px;
}
.articles .article p a {
    color: #3eb8d7;
}
.articles .article p a:hover {
    text-decoration: underline;
}