.w-200px {
    width: 200px;
}
.max-w-200px {
    max-width: 200px;
}
.nowrap {
    white-space: nowrap;
}

.ck-cus img {
    max-width: 100%;
    width: 100% !important;
}

.text-justify {
    text-align: justify;
}

.sb-menu-item .sb-blog-card-descr h3, .sb-menu-item .sb-blog-card-descr h4, .sb-menu-item .sb-blog-card-descr h5 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -moz-box;
    -moz-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-clamp: 2;
    box-orient: vertical;
}

.sb-menu-item .sb-blog-card-descr .sb-text {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -moz-box;
    -moz-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-clamp: 2;
    box-orient: vertical;
    transition: 0.4s;
}