.Blog_Card {
    background: #ffffff 0% 0% no-repeat padding-box;
    border: 1px solid #dfdfdf;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    justify-content: start;
    border-radius: 10px;
    height: 100%;
}

.Blog_Card .img_wrapper {
    position: relative;
    overflow: hidden;
    height: 100%;
    /* height: 309px; */
    object-fit: contain;
    margin-bottom: 25px;
    border-radius: 10px 10px 0px 0px;
    cursor: pointer;
    width: 100%;
}

.Blog_Card .img_wrapper .card_img {
    width: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
    height: 100%;
}

.Blog_Card:hover .img_wrapper .card_img {
    transform: scale(1.1);
}

.Blog_Card .card_body {
    padding: 0px 30px 30px;
    display: flex;
    flex-direction: column;
}

.Blog_Card .card_body .card_date {
    text-align: left;
    font-size: 15px;
    color: #0000008A;
    margin: 15px 0px;
}

.Blog_Card .card_body .card_date .inner_icon{
    margin-right: 5px;
}

.Blog_Card .card_body .card_title {
    text-align: left;
    font-size: 19px;
    font-weight: 600;
    color: #060606;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.Blog_Card .card_body .card_text {
    text-align: left;
    font-size: 15px;
    letter-spacing: 0px;
    color: #000;
    font-weight: 500;
    margin-bottom: 18px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}


/* ==================== Media Queries ================= */

@media (min-width:0px) and (max-width:320px) {



    .Blog_Card .card_body {
        padding: 20px 13px;
    }

    .Blog_Card .img_wrapper {
        width: 100%;
        height: 100%;
    }

    .Blog_Card .card_body .card_title {
        font-size: 13px;
    }

    .Blog_Card .card_body .card_date {
        font-size: 13px;
    }

    .Blog_Card .card_body .card_text {
        font-size: 13px;
    }
}

@media (min-width:321px) and (max-width:574.98px) {



    .Blog_Card .card_body {
        padding: 20px 13px;
    }

    .Blog_Card .img_wrapper {
        width: 100%;
        height: 100%;
    }

    .Blog_Card .card_body .card_title {
        font-size: 13px;
    }

    .Blog_Card .card_body .card_date {
        font-size: 13px;
    }

    .Blog_Card .card_body .card_text {
        font-size: 13px;
    }
}

@media (min-width:575px) and (max-width:766.98px) {



    .blog-2 .blog-text .blog-title {
        font-size: 15px;
        margin-bottom: 12px;
    }

    .blog-2 .blog-text .blog-content {
        font-size: 13px;
        padding: 0px;
        text-align: justify;
    }

    .Blog_Card .card_body {
        padding: 20px 13px;
    }

    .Blog_Card .img_wrapper {
        height: 100%;
    }

    .Blog_Card .card_body .card_title {
        font-size: 13px;
    }

    .Blog_Card .card_body .card_date {
        font-size: 13px;
    }

    .Blog_Card .card_body .card_text {
        font-size: 13px;
    }
}

@media (min-width:767px) and (max-width:991.98px) {



    .Blog_Card .card_body {
        padding: 20px 13px;
    }

    .Blog_Card .img_wrapper {
        height: 100%;
    }

    .Blog_Card .card_body .card_title {
        font-size: 13px;
    }

    .Blog_Card .card_body .card_date {
        font-size: 13px;
    }

    .Blog_Card .card_body .card_text {
        font-size: 13px;
    }
}

@media (min-width:992px) and (max-width:1199.98px) {



    .Blog_Card .img_wrapper {
        height: 100%;
    }

    .Blog_Card .card_body .card_title {
        font-size: 15px;
    }

    .Blog_Card .card_body .card_date {
        font-size: 12px;
    }

    .Blog_Card .card_body .card_text {
        font-size: 13px;
    }
}

@media (min-width:1200px) and (max-width:1399.98px) {
    .blog-2 .blog-text .blog-title {
        font-size: 27px;
    }

    .blog-2 .blog-text .blog-content {
        font-size: 18px;
        padding: 0px;
    }
}