.related-posts ul {
    padding: 0;
    list-style: none;
    width: 100%;
    float: left;
    clear: both;
    margin-bottom: 15px;
}
.related-posts li {
    margin-bottom: 7px;
    padding: 0;
    display: block;
    clear: left;
    width: 150px;
    font-size: 14px;
}
.related-posts img {
    margin: 0 0.5em 0.5em 0;
    float: left;
}

.related-posts h2{
    color: #F2053B;
}
