.mh-220px {
    max-height: 220px!important
}
.object-fit-cover {
    object-fit: cover!important
}
.multiline-ellipsis {
    position: relative;
    /* Cho phép định vị phần tử con */
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* Giới hạn 2 dòng */
    -webkit-box-orient: vertical;
    /* Hướng dọc */
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer;
}
.ps-section--blog .ps-section__title{
    color: #333;
}