.newspage-first {
    border-radius: 16px;
    border: 1px solid #E9ECEF;
    background: #fff;
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.14);
    overflow: hidden;
}
    .newspage-first img {
        max-height: 292px;
        object-fit: contain;
        background-color: #edededbf;
    }
    .newspage-container {
        margin-top: 41px !important
    }
.newspage-last:not(:first-child){
    margin-top: 16px !important;
    
}

.newspage-last {
    min-height: 148px;
    height: fit-content;
    padding: 24px;
    align-items: center
}
@media screen and (max-width: 1199px) {
    .newspage-last {
        margin-top: 16px !important;
        height: fit-content
    }
}

.newspage-last img {
    width: 120px;
    height: 100px;
    object-fit: cover;
    object-position: top;
}
.news-info {
    padding: 24px
}
    .news-info a, .newspage-last a {
        color: #000;
        text-align: start;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }
   
    .news-info p {
        overflow: hidden;
        color: #000;
        text-align: start;
        overflow: hidden;
        width: 100%;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        font-size: 14px;
        font-style: normal;
        margin-top: 10px;
        line-height: 24px;
    }
.newspage-last p {
    overflow: hidden;
    color: #000;
    overflow: hidden;
    width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    font-size: 14px;
    font-style: normal;
    margin-top: 10px;
    line-height: 24px;
}
.date-news-persian, .date-news {
    margin: 19px;
    padding: 8px;
    background: #F8F9FA;
    margin-top: -40px;
    margin-bottom: 0 !important;
    min-width: 88px;
    width: fit-content;
    z-index: 2;
    position: relative;
    color: #6C757D !important
}