/* header Starts  */

.ee_program_canada {
     background-image: url(../images/home-page/news-details-bg.webp);
}

/* header Ends  */

/* News section starts */

.news-details-section {
     padding: 100px 0;
}

.news-details-section .news-image img {
     height: 100%;
     width: 100%;
}

.news-details-section .detailed-news .topic-date {
    display: inline-flex;
    gap: 6px;
    /* float: inline-end; */
    padding: 10px 0 0 0;
    width: 100%;
    justify-content: right;
}

.news-details-section .detailed-news h1 {
     padding-bottom: 20px;
}

.news-details-section .detailed-news .news-content ul li{
     font-weight: 500;
     padding-bottom: 5px;
}

@media (max-width: 500px) {

     .header_title h1:after {
          top: 19px !important;
     }

     .news-details-section {
          padding: 50px 0;
     }
}