/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
    [NEWS]
        (NEWS DETAILS)

    [MEDIA QUERIES]
*/

/* [NEWS] --------------------------------------------------- */
.news  span {
    margin-right: 1.25rem;
    display: inline-block;color: #555;
    font-family: 'Fenotype-Regular';
}
.news  span i{ margin-right: 8px; }


.news .date-location {
    margin-bottom: 0.63rem;
}

.news .title {
    font-size: 1.25rem;
    text-decoration: none;
    margin: 0.31rem  0;
    display: block;
    color: #333;
    font-family: 'Fenotype-Praktika-Medium';
}

.news .read-more {
    margin-top: 0.63rem;
    display: inline-block;
    text-transform: uppercase;
    font-size: 0.75rem;
    letter-spacing: 0.06rem;
    text-decoration: none;
}

.news .news-box {
    border-bottom: 0.06rem solid #efefef;
    padding: 20px;
    background: #f9f9f9;
    border-radius: 5px;
    height: 100%;
    box-shadow: 0px 0px 5px rgb(0 0 0 / 8%);
}


/* (NEWS DETAILS) */

.news-details .title {
    font-size: 1.88rem;
}

.news-details .date span {
    margin-right: 1.25rem;
    display: inline-block;
    color: #555;
}

.news-details .date {
    margin-bottom: 2rem;
}

.news-details .image {
    margin-bottom: 2rem;
}

    .news-details .image img {
        border: 0.06rem solid #ccc;
        padding: 1rem;
    }

.news-details .artical {
    display: block;
    text-decoration: underline;
    margin-bottom: 3rem;
  
    
}
/* (NEWS DETAILS) END*/

   /* [NEWS] END --------------------------------------------------- */



   /* [MEDIA QUERIES] --------------------------------------------------- */


   /* [MEDIA QUERIES] END  --------------------------------------------------- */