    /*=== cspt-client-style3 ===*/
    
    .cspt-client-style-3 .cspt-featured-wrapper,
    .cspt-element-client-style-3 .cspt-featured-wrapper,
    .cspt-element-client-style-3 .cspt-client-hover-img {
        padding: 50px 20px;
        border-right: 1px solid #eee;
    }
    
    .cspt-element-cspt-client-style-3 .cspt-ele.cspt-client-ele.col-md-2:last-child .cspt-client-style-3 .cspt-featured-wrapper {
        border-right: none;
    }
    
    .cspt-element-client-style-3 .cspt-element-posts-wrapper.row .cspt-ele {
        margin-bottom: 0;
    }
    
    @media(max-width:767px) {
        .cspt-client-style-3 .cspt-featured-wrapper,
        .cspt-element-client-style-3 .cspt-featured-wrapper {
            padding: 30px;
            border-bottom: 1px solid #eee;
            border-right: none;
        }
        .cspt-element-cspt-client-style-3 .cspt-ele.cspt-client-ele.col-md-2:last-child .cspt-featured-wrapper,
        .cspt-element-client-style-3 .cspt-ele.cspt-client-ele.col-md-2:last-child .cspt-featured-wrapper {
            border-bottom: none;
        }
    }