
.blog-card-description-container{
border: 1px solid #5F615E !important;
border-radius: 12px !important;
   overflow: hidden;
}
.h-category-chip{
padding: 8px 24px !important;
  color: #0072B5 !important;
   width: 135px ! important;
    overflow: hidden;
    white-space: nowrap;
/*     text-overflow: ellipsis; */
    max-width: fit-content;
    content: attr(data-first-word);
    border: 1px solid #0072B5 !important;
    background-color: white !important;
    line-height: 16px;
    text-transform:CAPITALIZE !important;
    color: #0072B5; !important;
    margin-bottom: 12px !important;
    border-radius: 4px;
    line-height: 24px;
    font-weight: 400;
}
