.container.rec-posts {
    margin-left: -10px;
    margin-right: -10px;
    padding: 0;
    width: auto;
    max-width: none;
}

@media only screen and (min-width: 992px) {
    #wrap .container.rec-posts {
        margin-left: -15px;
        margin-right: -15px;
    }
}

.blog-single-post .rec-post {
    background: #fff;
}

.rec-post img {
    border: 1px solid #e4e4e4;
    margin-bottom: 15px;
}

.container.rec-posts h3.rec-title,
.rec-posts-type3 h3.rec-posts-type3-title {
    position: relative;
    margin: 40px 0 50px;
    font-size: 35px;
    font-weight: bold;
    padding-bottom: 27px;
    text-align: center;
    text-transform: none;
    letter-spacing: -1px;
    color: #000;
}

.container.rec-posts h3.rec-title:before,
.rec-posts-type3 h3.rec-posts-type3-title:before {
    content: "";
    height: 3px;
    width: 61px;
    background: #437df9;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    bottom: 0;
}

.rec-post h5 {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.25;
    margin-bottom: 0;
    padding: 7px 1px 4px;
    letter-spacing: -0.6px;
}

.rec-post h5 a {
    color: #000;
}

.rec-post h5 a:hover {
    color: #437df9;
}

.rec-post p {
    font-size: 15px;
    color: #a0a0a0;
    padding: 0 1px 19px;
    font-weight: 100;
}

.rec-post p a {
    color: #444;
}

.rec-post p a:hover {
    color: #437df9;
}

@media only screen and (max-width: 767px) {
    .rec-post {
        margin-bottom: 15px;
    }
}