.ck-content {
    border: none !important;
    padding: 0 !important;
    font-size: 14px;
    line-height: 1.5;
}
.ck-content img {
    max-width: 100%;
    height: auto;
    border-radius: 4px;
}
.blog-img-fixed {
    width: 100%;
    height: 250px !important;
    object-fit: cover;
    border-radius: 8px;
    display: block;
}

.breadcumb-wrapper {
    padding: 220px 0 110px 0;
}
