.store-blogs .news-title-clamp {
    display: -webkit-box !important;
    max-height: 38px;
    overflow: hidden;
    white-space: normal !important;
    overflow-wrap: anywhere;
    word-break: break-word;
    line-height: 19px;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2 !important;
    line-clamp: 2;
}

@media screen and (max-width: 700px) {
    .store-blogs .news-title-clamp {
        max-height: 32px;
        line-height: 16px;
    }
}
