/* .recent-post-wrap {
    width: 100%;
    float: left;
}

.recent-post-wrap .recent-post-part {
    width: calc( 100% / 3 );
    float: left;
}

.recent-post-wrap .recent-post-part .recent-post-img {
    width: 100%;
    float: left;
}

.recent-post-wrap .recent-post-part .post-bottom-wrap {
    width: 100%;
    float: left;
} */