.blog-sidebar-top {
    top: 7rem;
    border-left: 1px solid #dee2e6;
}

.blog-img {
    overflow: hidden;
    height: 400px;
    object-fit: cover;
}

.btn-read-more {
    padding: 10px 30px;
    background: #00b7bd;
    border-radius: 10px;
    color: #fff;
    display: inline-block;
    width: auto;
}

.active > .page-link,
.page-link.active {
    z-index: 3;
    background-color: #00b7bd;
    border-color: #00b7bd;
}

.inner-blog {
    padding-top: 11rem;
}


@media only screen and (max-width: 912px) {
    .blog-sidebar-top {
        border-left: unset;
    }

    .ck-content figure {
        width: 100% !important;
    }

    .ck-content figure img {
        max-width: 100%;
    }

}
