.custom-featured-post {
    padding-top: 23px;
    padding-bottom: 10px;
}

.custom-featured-post .feature-post {
    width: 25%;
    float: left;
    padding: 0 10px;
}

.custom-featured-post .feature-post .thumbnail {
    float: left;
    margin-right: 10px;
}

.custom-featured-post .feature-post .information h3 a,
.custom-featured-post .feature-post .information .public-time {
    color: #fff;
}

@media ( max-width: 1199px ) {
    .custom-featured-post .feature-post {
        width: 50%;
        margin-bottom: 5px;
    }
}

@media ( max-width: 639px ) {
        .custom-featured-post .feature-post {
        width: 100%;
    }
}