.news-page-heading {
    font-size: 48px;
    font-weight: 500;
    display: flex;
    justify-content: center;
    margin: 0px 0px 20px 0px;
}
.news-card-main-div {
    /*height: 300px;*/
    /*border: 4px solid white;*/
    /*border-radius: 10px;*/
    /*background-position: center;*/
}
.open-icon {
    width: 40px;
    height: 40px;
    margin-left: 10px;
}
.title-icon-div1 {
    border: 1px solid gray;
    padding: 5px;
    border-radius: 10px;
    margin: 10px 0px;
    cursor: pointer;
    background: #00a3e5;
}
.title-icon-div2 {
    border: 1px solid gray;
    padding: 5px;
    border-radius: 10px;
    margin: 10px 0px;
    cursor: pointer;
    background: #ffcc00;
}
.title-icon-div1:hover {
    background: #ffffff;
}
.title-icon-div2:hover {
    background: #ffffff;
}
.news-head-text {
    font-size: 20px;
    font-weight: 400;
}
.news-time-text {
    font-size: 16px;
    font-weight: 300;
}
.news-date-in-modal {
    color: rgb(195, 195, 195);
    font-weight: 200;
}
.news-desc-in-modal {
    font-weight: 200;
}
.news-subheading-in-modal {
    margin: 10px 0 10px 0;
}