.ck-content ul {
    list-style-type: disc;
    list-style: none;
}

.max-line-1 {
    display: -webkit-box !important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden !important;
    text-overflow: ellipsis;
    text-wrap-mode: nowrap;
}

.max-line-2 {
    display: -webkit-box !important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden !important;
    text-overflow: ellipsis;
}

.section4 .pagination .page-item .page-link:hover {
    background: #dbc383;
    color: #000;
}

.section4 .pagination .page-item .page-link.active {
    background: #dbc383;
    color: #000;
}

.post-thumb {
    width: 100%;
    height: 100%;
    object-fit: cover;
}