.testimonials-wrap {
    height: unset;
}

.section_recent-article-result {
    padding: 100px 0;
}

.section_recent-article-result .row {
    display: flex;
    flex-wrap: wrap;
}

.section_recent-article-result .wpc-related-article {
    width: 100%;
}

.section_recent-article-result .col-lg-6 {
    padding-left: 15px;
    padding-right: 15px;
    width: 50%;
}

@media only screen and (max-width: 767px) {
    .section_recent-article-result {
        padding: 60px 0;
    }

    .section_recent-article-result .col-lg-6 {
        width: 100%;
        margin-bottom: 40px;
    }

    .section_recent-article-result .col-lg-6:last-child {
        margin-bottom: 0;
    }
}