.mangosDesc {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.2em;
    max-height: 3.6em;
    color: var(--color-just-black) !important;
}

.title-blog {
    font-size: 21px;
    color: var(--color-just-black) !important;
}

.img-area-best {
    width: 40px;
    height: 40px;
    margin-right: 3px;
}

.rounded-circle {
    border-radius: 50% !important;
}


.buttonbtn:hover {
    color: var(--color-surface-white) !important;
    background-color: var(--color-just-black) !important;
}

.buttonRightPage {
    background: #e2e2e2;
    color: #514f4f !important;
    font-size: 13px;
    font-weight: 500 !important;
    transition: background 0.5s ease, color 0.5s ease;
    white-space: nowrap;
}

.mxs-1 {
    color: var(--color-just-black) !important;
}

.mx-1 {
    color: var(--color-just-black) !important;
}