.content {
    padding: 0 20px;
}
.latest-news-section .section-header {
    background-color: #4a4a4a;
    padding: 20px 0;
}
.latest-news-section .section-header h2 {
    color: #fff;
    font-size: 1.5rem;
    font-weight: 700;
    margin: 0;
}
.news-grid-container {
    background-color: #fff;
    padding: 20px 0;
}
.news-main-column , .news-side-column{
    border-left: 1px solid #e9ecef;
    border-right: 1px solid #e9ecef;
   padding: 20px;
        border-radius: 15px;
        box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.news-side-column {
    box-shadow: none;
    border: 1px solid #e9ecef;
}
.main-news-card {
  display: flex
;
    gap: 20px;
    border-bottom: 4px solid #e9ecef;
    margin-bottom: 20px;
}
.main-news-card:last-child {
    border-bottom: none;
    margin-bottom: 0;
}
.main-news-card a, .news-snippet a {
    text-decoration: none;
}
.main-news-card .card-content {
    margin-bottom: 15px;
}
.main-news-card .card-content .section-title h2 a{
    color: #888;
}
.news-category {
    display: flex
;
    font-size: 13px;
    color: #555;
    font-weight: 600;
    margin-bottom: 8px;
    align-items: center;
    gap: 6px;
  font-family: B-FFShamelFamily;
}
.news-category .fas {
    margin-left: 5px;
}
.main-news-card .card-title {
    font-size: 18px;
    line-height: 1.6;
      font-family: B-FFShamelFamily;
      height: 60px;
    overflow: hidden;
}
.main-news-card .card-title a{
    color: #636363;
}
.main-news-card .card-excerpt {
    font-size: 14px;
    color: #868686;
    margin-top: 5px;
    font-family: B-FFShamelFamily;
}
.news-time {
    font-size: 0.8rem;
    color: #888;
    margin-top: 10px;
    display: block;
}.news-snippet .news-time{
    font-size: 9px;
}
.main-news-card img {
    display: block;
    border-radius: 6px;
    width: 192px;
    height: 150px;
    object-fit: cover;
    overflow: hidden;
}
.news-snippet >div{
        width: calc((100% - 20px) / 2);
}
.news-snippet {
    border-bottom: 2px solid #e9ecef;
    padding-bottom: 15px;
    margin-bottom: 15px;
        display: flex
;
    flex-direction: row-reverse;
        justify-content: space-between;
}
.news-snippet:last-child {
    border-bottom: none;
    margin-bottom: 0;
}
.news-snippet img {
    display: block;
     width: 100%;
    height: 100px;
    object-fit: cover;
    border-radius: 5px;
    margin-left: 15px;
}
.news-snippet .snippet-title {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.5;
        height: 60px;
    overflow: hidden;
     font-family: B-FFShamelFamily;
}
.news-snippet .snippet-title a {
    color: #636363;

}
 .card-content a:hover,
 .snippet-content a:hover {
    color: var( --blue-color);
}

@media (max-width: 767px)  {

    .main-news-card {flex-direction: column;}
    .main-news-card img {
    width: 100%;
    height: 170px;
}.latest-news-section .section-header {
    margin-top: 30px;
}
.latest-news-section .section-header h2 {

    text-align: center;
}
}