.list-news .row-k {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.list-news .row-k .col-md-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding-right: 15px;
    padding-left: 15px;
}

.list-news article {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.news-img {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 54%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 54%;
    flex: 0 0 54%;
    max-width: 54%;
}

.news-img a img {
    width: 100%;
    vertical-align: middle;
    max-width: 393px;
    height: 329px;
    object-fit: cover;
}

.news-content {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 46%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 46%;
    flex: 0 0 46%;
    max-width: 46%;
    background-color: #fff;
    padding: 30px 25px 15px 25px;
    position: relative;
}

.news-content::after {
    position: absolute;
    content: '';
    border-bottom: 1px solid #EDEDED;
    height: 3px;
    bottom: 50px;
    width: 100%;
    margin: 0 -25px;
}

.news-content h3 {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    font-family: "Poppins", Sans-serif;
    margin-top: 0;
}

.news-content h3 a {
    color: #000000;
}

.news-content .news-expert {
    font-family: "Poppins", Sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
}

.news-content .news-meta {
    position: absolute;
    bottom: 0px;
    padding-bottom: 15px;
    color: #333333;
    font-family: "Poppins", Sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: 0.02em;
}

.post-home .elementor-post__meta-data {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.post-home span.elementor-post-author {
    order: 2;
    padding-left: 35px;
}

.post-home .elementor-post__meta-data span.elementor-post-author::before,
.post-home .elementor-post__meta-data span.elementor-post-date::before {
    padding-right: 5px;
    vertical-align: middle;
    content: "";
    background-repeat: no-repeat;
    background-size: contain;
    margin-left: -6px;
    background-position: center;
    width: 19px;
    height: 19px;
    padding-right: 30px;
}

.post-home .elementor-post__meta-data span.elementor-post-author::before {
    background-image: url(http://32845.kunder.info/wp-content/uploads/2021/12/clarity_user-line.png);
}

.post-home .elementor-post__meta-data span.elementor-post-date::before {
    background-image: url(http://32845.kunder.info/wp-content/uploads/2021/12/carbon_time.png);
}

@media (max-width: 767px) {
    .list-news .row-k .col-md-6 {
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .list-news article {
        display: block !important;
    }

    .list-news article:last-child {
        margin-bottom: 0;
    }

    .news-img, 
    .news-content {
        width: 100%;
        max-width: 100%;
    }

    .news-content {
        padding: 15px;
    }

    .news-content h3 {
        font-size: 14px;
        line-height: 21px;
        margin-bottom: 10px;
    }

    .news-expert {
        margin-bottom: 50px;
    }

    .post-home span.elementor-post-author {
        padding-left: 25px;
    }
}
