.newTitlecnt .hintCnt .hindiHint{
    color: var(--primary-red);
    font-size: 16px;
    font-weight: bold;
    line-height: 24px;
    padding: 4px 16px;
    background-color: #FFDEE2;
    border-radius: 8px;
    width: fit-content;
}
.newTitlecnt .hintCnt .EnglishHint{
    color: #1F1F1F;
    font-size: 16px;
    font-weight: bold;
    line-height: 24px;
    padding: 4px 16px;
    background-color: var(--secondary-yellow);
    border-radius: 8px;
    width: fit-content;
}
.newTitlecnt .hintCnt{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 8px;
}
.newTitlecnt .hintCnt p{
    font-size: 14px;
    line-height: 24px;
    color: var(--gray-800);
}
.newTitlecnt h4{
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    color: #1F1F1F;
    margin-bottom: 8px;
}
.newTitlecnt{
    padding: 8px 0;
    border-bottom: 1px solid #DAE1E8;
}
.newTitlecnt a{
    text-decoration: none;
    color: #1F1F1F;
    display: inline-block;
    padding: 6px 0;
}
.newTitlecnt a:hover{
   color: #DD031C;
}
.shortNewsDes{
    font-size: 14px;
    line-height: 24px;
    color: var(--gray-800);

    display: -webkit-box;
  -webkit-line-clamp: 2;    
  -webkit-box-orient: vertical;
  overflow: hidden;
    text-overflow: ellipsis;
}
.newsHdMainSc .newsHdCnt{
    margin-bottom: 28px;
}
.newsHdMainSc .mainTitleNewsCnt{
    background-color: #ffffff;
    border-radius: 12px;
    padding: 24px 16px;
    margin-bottom: 76px;
}
@media (min-width: 992px) and (max-width: 1199.9px){
    .newsHdMainSc .MainHeadingDiscrition{
        width: 80%;
    margin: auto;
    }
}
@media (min-width: 768px) and (max-width: 991.9px){
    .newsHdMainSc .MainHeadingDiscrition{
        width: 100%;
    }
}
@media (max-width: 575px){
    .newsHdMainSc .newsHdCnt {
    margin-bottom: 18px;
}
}