.cpel-tag-cloud a { display: inline-block; }

.d-flex { display: flex; }

.cpel-recent-post {
    gap: 30px;
    flex-wrap: wrap;
}
.cpel-recent-post a.read_more {
    font-weight: 700;
    font-size: 15px;
}



.cpel-recent-post-box .thumb img { width: 100% ; }

.owl-dots {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -40px;
}