.suchana-detail-container{
    border: 1px solid rgb(223, 213, 213);
    border-radius: 7px;
    background-color: #e8edf0;
    padding: 15px;

}

.suchana-detail-container #news-1{
    text-decoration: none;
    color: #212529;
}
.suchana-detail-container h5{
    margin-left: 14px;
    color: #028F45;
    font-weight: 600;
    font-family: "Mukta";
    position: relative;
    top: 9px;
}

.news-body{
    padding: 14px;
    font-size: 16px;
}

.news-body ul{
    margin: 0;
}

.news-body ul li{
    list-style: none;
}

.text-body{
    text-align: justify;
}


