#news-details{
    padding-top: 40px;
    background: linear-gradient(180deg, #F6F1FF 0%, #EEE4FF 100%);
}

#news-details h3{
    font-family: Open Sans;
    font-style: normal;
    font-weight: bold;
    font-size: 32px;
    line-height: 44px;
    color: #313131;
    padding-top: 18px;
}

.blog-header-wrapper{
    width: 83%;
}

.date{
    font-family: Open Sans;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
/* identical to box height */

    text-transform: uppercase;

    color: #676665;
}

.author{
    font-family: Open Sans;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
/* identical to box height */


    color: #313131;
}

/* .details-top-img img{
    width: 100%;
    padding-top: 20px;
    padding-bottom: 40px;
    height: 500px;
} */

.details-text{
    width: 100%;
    text-align: justify;
    font-family: Open Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 26px;
/* or 186% */
}

.details-bottom-img{
    width: 100%;
    padding-top: 20px;
    /* padding-bottom: 40px; */
    height: 500px;
    overflow: hidden;
    /* margin-bottom: 40px; */
}

.details-bottom-text{
    width: 100%;
    text-align: justify;
    font-family: Open Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 26px;
    padding-top: 20px;
}

.details-text p {
    margin: 0px;
    font-family: Open Sans;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 27px;
    color: #313131;
}