.same-category-posts {
    list-style: none;
    padding-left: 0;
}
.same-category-posts li {
    padding: 10px;
    border-bottom: 1px solid #ddd;
}
.featured-post img {
    width: 100%;
    height: auto;
}
.post-title {
    color: #555;
    position: relative;
    padding-left: 15px;
    font-size: .95em;
}
.post-title:before {
    content: "\f054";
    font-family: "FontAwesome";
    color: #555;
    font-size: .7em;
    display: inline-block;
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}