.cpc-carousel .item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%; 
    margin-bottom: 20px;
}

.cpc-carousel .post-item {
    border-bottom: 1px solid #ddd; 
    padding-bottom: 10px;
    margin-bottom: 10px;
	background:#fff;
	padding:15px;
	border-radius:7px;
}

.cpc-carousel .post-item:last-child {
    border-bottom: none; 
    margin-bottom: 0;
}

.post-category a {
	color:#222!important;
	background:#e8f3f3;
	font-weight: normal;
	padding: 3px 9px;
    border-radius: 7px;
}
.cpc-carousel .post-category {
    font-size: 12px;
    font-weight: bold;
    color: #222!important;
    padding: 3px 9px;
    border-radius: 7px;
    margin-bottom: 5px;
	
}

.cpc-carousel .post-title a {
    font-size: 18px;
    font-weight: bold;
	line-height: 30px;
    color: #333;
    text-decoration: none;
}

.cpc-carousel .post-title a:hover {
    text-decoration: none;
}

.cpc-carousel .owl-dots {
    text-align: center;
    margin-top: 20px;
}

.cpc-carousel .owl-dot {
    display: inline-block;
    width: 25px !important;
    height: 4px !important;
    border-radius: 10px !important;
    margin: 5px;
    background: #c2c6c6!important;
    transition: background 0.3s;
	border:none!important;
}

.cpc-carousel .owl-dot.active {
    background: #00aaa1!important; 
	border:none!important;
}
