.widget-selected-news .news-title-container {
    height: 48px;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 14px;
    margin-bottom: 14px;
}

.widget-selected-news .news-title {
    font-family: Poppins-Semi-Bold, serif;
    font-size: 20px;
    line-height: 24px;
    color: #0F172A;
}

.widget-selected-news .news-short {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #1E293B;
    margin-bottom: 14px;
    height: 72px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.widget-selected-news .first-row .title {
    font-family: Poppins-Semi-Bold, serif;
    font-size: 32px;
    line-height: 42px;
    color: #0F172A;
}

.widget-selected-news .post-col .list,
.widget-selected-news .post-col .list:hover,
.widget-selected-news .post-col .list:visited,
.widget-selected-news .first-row .list,
.widget-selected-news .first-row .list:hover,
.widget-selected-news .first-row .list:visited {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #95281F;
    display: flex;
    text-decoration: none;
}

.widget-selected-news .post-col .text-list,
.widget-selected-news .first-row .text-list {
    margin-right: 10px;
    font-family: Poppins-Semi-Bold, serif;
}

.widget-selected-news .post-col {
    display: flex;
    flex-direction: column;
}

.widget-selected-news .selected-news-img {
    border-radius: 14px;
    object-fit: cover;
    height: 230px;
}

.post-row{
    margin-top: 53px;
}

.widget-selected-news .post-col {
    padding: 0 26px 26px;
}

.widget-selected-news .first-row {
    display: flex;
    justify-items: center;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

@media screen and (max-width: 767px) {
    .widget-selected-news .first-row {
        flex-direction: column;
        align-items: start;
    }
    .widget-selected-news .first-row .title {
        padding-bottom: 15px;
    }
}

@media screen and (max-width: 991px) {
    .widget-selected-news .first-row {
        padding-right: 26px;
        padding-left: 26px;
    }
}

@media screen and (min-width: 1400px) {

    .widget-selected-news .post-col.count-1 {
        padding-left: 0;
    }
    .widget-selected-news .post-col.count-3 {
        padding-right: 0;
    }
}

@media screen and (min-width: 992px) and (max-width: 1399px) {
    .widget-selected-news .post-col.count-1,
    .widget-selected-news .post-col.count-3 {
        padding-left: 0;
    }
    .widget-selected-news .post-col.count-2 {
        padding-right: 0;
    }
}
