.new_wrapper {
    float: left;
    overflow: hidden;
    word-wrap: break-word;
}

.new_wrapper .blog_post_feed.grid {
    display: inline-block;
    vertical-align: top;
    background: #fff;
    box-sizing: border-box;
    margin-bottom: 30px;
}

.new_wrapper .blog_post_feed.grid .block-image {
    background-color: #F3F3F3;
    position: relative;
    float: left;
    width: 100%;
    height: auto;
    overflow: hidden;
}

.new_wrapper .block-image .thumb {
    width: 100%;
    height: Ã¡uto;
    position: relative;
    display: block;
    z-index: 2;
    overflow: hidden;
}

.new_wrapper .block-image .thumb img {
    width: 100%;
    height: auto;
}

.new_wrapper .blog_post_feed.grid .new_article {
    float: left;
    width: auto;
    margin-left: 0px;
    padding: 30px;
}

/* .new_wrapper .blog_post_feed.grid .new_article .date {
    align-items: flex-start;
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
    color: #707070;
    font-size: 14px;
    margin-bottom: 15px;
} */

.new_wrapper .blog_post_feed .new_article h2 {
    text-decoration: none;
    font-size: 16px;
    line-height: 1.5em;
    font-weight: 600;
    color: #222;
    text-transform: uppercase;
    margin: 0;
    margin-bottom: 15px;
    font-family: inherit;
}

.new_wrapper .blog_post_feed .new_article h2 a {
    color: #1a1a1a;
    text-decoration: none;
}

.new_wrapper .blog_post_feed .new_article h2 a:hover {
    text-decoration: underline;
    color: #1979c2;
}

/* .new_wrapper .blog_post_feed .new_article .categories {
    margin-bottom: 15px;
}

.new_wrapper .blog_post_feed .new_article .categories .category_batch {
    background: #f5f5f5;
    word-break: break-word;
    word-wrap: break-word;
    border-radius: 80px;
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    margin-right: 25px;
    padding: 8px 15px;
    transition: none;
    color: #333;
}

.new_wrapper .blog_post_feed .new_article .categories .category_batch:hover {
    color: #fff;
    background-color: #135d95;
} */

.new_wrapper .blog_post_feed .new_article .description {
    font-size: 14px;
    line-height: 24px;
    color: #333;
    font-family: inherit;
}

.new_wrapper .blog_post_feed .new_article .author_details {
    display: flex;
    align-items: flex-start;
    margin: 20px 0;
}

.new_wrapper .blog_post_feed .new_article .author_details .details {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 30px;
}

.new_wrapper .blog_post_feed .new_article .author_details .user {
    display: flex;
    align-items: center;
    gap: 20px;
}

.new_wrapper .blog_post_feed .new_article .author_details .date {
    color: #707070;
    text-transform: uppercase;
    line-height: 22px;
}

.new_wrapper .blog_post_feed .new_article .author_details a,
.new_wrapper .blog_post_feed .new_article .author_details span{
    font-size: 14px;
    font-weight: 600;
    font-family: inherit;
    text-decoration: none;
}

.new_wrapper .blog_post_feed .new_article .author_details a:hover{
    text-decoration: underline;
}

.new_wrapper .blog_post_feed .new_article .read_more_btn {
    background: #1979c2;
    border-color: transparent;
    border-radius: 5px;
    box-sizing: border-box;
    color: #fff;
    display: block;
    font-size: 14px;
    font-weight: 700;
    line-height: 22px;
    padding: 10px 20px;
    text-align: center;
    transition: all .3s ease-in-out;
    cursor: pointer;
    font-family: inherit;
}

.new_wrapper .blog_post_feed .new_article .author_details .read_more_btn:hover {
    background-color: #135d95;
    text-decoration: none;
}

@media (min-width: 200px) and (max-width: 699px) {
    .new_wrapper .blog_post_feed.grid .new_article {
        padding: 15px;
    }
    .new_wrapper .blog_post_feed .new_article h2 {
        margin-bottom: 10px;
    }

    .new_wrapper .blog_post_feed .new_article .author_details .details {
        gap: 10px;
    }

    .new_wrapper .blog_post_feed .new_article .read_more,
    .new_wrapper .blog_post_feed .new_article .read_more_btn {
        width: 100%;
    }
}

@media (min-width: 700px) and (max-width: 1024px) {
    .new_wrapper .blog_post_feed.grid .new_article {
        padding: 20px;
    }
}















/* Author Bio */

.author_details {
    background-color: #ffffff;
    text-align: center;
    box-shadow: 0 2px 4px rgba(84,95,125,0.12), 0 5px 8px rgba(155,159,174,0.1);
    border-radius: 6px;
    padding: 20px;
}

.author_details .author_img {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin: 0 auto 25px;
    min-width: 100px;
    overflow: hidden;
    box-sizing: border-box;
}

.author_details .author_img .image {
    background-image: url("https://blog-pro-m2.magento-demo.amasty.com/media/amasty/blog/man1.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    height: 100%;
    width: 100%;
    margin: 0;
}

.author_details .author_name {
    color: #1a1a1a;
    word-break: break-word;
    word-wrap: break-word;
    font-size: 20px;
    line-height: 29px;
    font-weight: 700;
}

.author_details .auhor_designation {
    color: #707070;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    margin: 5px 0 0;
}

.author_details .author_bio {
    color: #333;
    font-size: 14px;
    line-height: 22px;
    margin: 25px 0 0;
    text-align: center;
}

.author_details .author_social_contacts {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 25px 0 0;
    padding: 0;
}

.author_details .social-icon_twitter {
    background-image: url("../images/twitter.svg");
}

.author_details .social-icon_facebook {
    background-image: url("../images/facebook.svg");
}

.author_details .social-icon_linkedin {
    background-image: url("../images/linkedin.svg");
}

.author_details .social-icon_youtube {
    background-image: url("../images/youtube.svg");
}

.author_details .social-icon_instagram {
    background-image: url("../images/instagram.svg");
}

.author_details .social-icon_tiktok {
    background-image: url("../images/tiktok.svg");
}

.author_details .social-icons {
    background-position: center;
    background-repeat: no-repeat;
    border: 1px solid #fafafa;
    border-radius: 50%;
    cursor: pointer;
    height: 40px;
    margin: 0 5px 5px;
    width: 40px;
    list-style-type: none;
}

.author_details .social-link {
    display: block;
    height: 100%;
    width: 100%;
}

@media (min-width: 200px) and (max-width: 767px) {
    .author_details {
        display: none;
    }
}