.wpb_content_element {
    margin: 18px 0 17px;
}

.wpb_column .vc_column-inner .wpb_wrapper .sectionTitle h2 {
    margin-bottom: 24px;
}

.container .wpb_wrapper .news-Area .recent-post {
    margin: 0 3.2% 0 0;
}

.blog-article-content.-flex {
    display: flex;
    gap: 20px;
}

.blog-article-content.-flex .thumb {
    width: 30%;
    height: 100%;
}

.blog-article-content.-flex .thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block !important;
}

.addtoany_share_save_container {
    display: flex;
    align-items: center;
    gap: 10px;
    .facebook {
        width: 32px;
        height: 32px;
        a {
            display: block;
            width: 100%;
            height: 100%;
            background: #0866ff;
            border-radius: 4px;
            display: flex;
            justify-content: center;
            align-items: center;
            padding: 4px;
            transition: .4s;
            &:hover {
                opacity: .8;
            }
        }
    }
    .twitter {
        width: 32px;
        height: 32px;
        a {
            display: block;
            width: 100%;
            height: 100%;
            background: #000;
            border-radius: 4px;
            display: flex;
            justify-content: center;
            align-items: center;
            padding: 6px;
            transition: .4s;
            &:hover {
                opacity: .8;
            }
        }
    }
    .line {
        width: 32px;
        height: 32px;
        a {
            display: block;
            width: 100%;
            height: 100%;
            transition: .4s;
            &:hover {
                opacity: .8;
            }
        }
    }
}

@media (max-width: 800px) {
    .container .wpb_wrapper .news-Area .recent-post {
        margin: 0 0 10% 0 !important;
    }

    .blog-article-content.-flex {
        display: block;
    }

    .blog-article-content.-flex .col-sm-9 {
        margin-bottom: 24px;
    }

    .blog-article-content.-flex .thumb {
        width: 100%;
        padding: 0 15px;
    }
}