﻿.news-detail-hero {
    background-image: linear-gradient(to bottom, #fcfcfc9c, #e6e7e7b3), url('/Content/images/post-details.svg')
}

.news-blog {
    flex-wrap: wrap !important
}

.blog-hero {
    background-image: linear-gradient(to bottom, #fcfcfc9c, #e6e7e7b3), url('/Content/images/blog-min.png') !important;
}

.detail-ttl{
    margin-top:80px;
}

.detail-date {
    color: #555;
    text-align: right;
    font-family: Tajawal;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
}

.details-txt {
    color: #333;
    text-align: justify;
    font-family: Tajawal;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px; /* 160% */
}

.blue-cal {
    color: #009AE8;
    line-height: 24px;
}