.blog {
    margin: 40px 0px 80px;
}

.blog .white_card {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 3px #0000005C;
    padding: 0px;
    border-radius: 24px;
    height: 100%;
}

.blog .white_card .img_holder {
    height: 200px;
}

.blog .white_card .img_holder .blog_img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
}

.blog .white_card .title_text {
    color: #0F3768;
    font-size: 19px;
    font-weight: 500;
    margin-bottom: 11px;
    margin-top: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 1;
}

.blog .white_card .descn_text p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 2;
    color: #000000;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 20px;
    line-break: anywhere;
}

.blog .white_card .bottom_div {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.blog .white_card .bottom_div .read_more_text {
    color: #DF4223;
    font-size: 18px;
    margin-bottom: 0px;
    font-weight: 600;
    text-decoration: underline;
    cursor: pointer;
}

.blog .white_card .bottom_div .date_text {
    color: #000000;
    font-size: 16px;
    margin-bottom: 0px;
    font-weight: 400;
}

@media(min-width:0px) and (max-width:767.98px) {

    .blog .white_card .title_text,
    .blog .white_card .bottom_div .read_more_text {
        font-size: 14px;
    }

    .blog .white_card .descn_text p,
    .blog .white_card .bottom_div .date_text {
        font-size: 12px;
    }

    .blog .white_card .img_holder {
        height: 150px;
    }
}

@media(min-width:768px) and (max-width:1199px) {

    .blog .white_card .img_holder {
        height: 170px;
    }

    .blog .white_card .title_text,
    .blog .white_card .bottom_div .read_more_text {
        font-size: 15px;
    }

    .blog .white_card .descn_text p,
    .blog .white_card .bottom_div .date_text {
        font-size: 14px;
    }
}

@media(min-width:1200px) and (max-width:1399px) {

    .blog .white_card .title_text,
    .blog .white_card .bottom_div .read_more_text {
        font-size: 17px;
    }

    .blog .white_card .descn_text p,
    .blog .white_card .bottom_div .date_text {
        font-size: 15px;
    }
}


/* .blog {
    margin-top: 3%;
    margin-bottom: 12%;
}

.blog .card {
    border: none;
    background: #FFF;
    box-shadow: 0px 0px 17px #0000001C;
    border-radius: 5px;
    margin-bottom: 20px;
    padding: 24px 10px 16px 11px;
}

.blog .card .read-more-align .readmore-p .readmorefafa {
    font-size: 9px;
    margin-left: 5px;
}


.blog .recent-post-div .blog-card-holder {
    height: 400px;
    overflow: hidden;
    overflow-y: scroll;
}

.blog .recent-post-div .blog-card-holder::-webkit-scrollbar {
    width: 5px;
}


.blog .recent-post-div .blog-card-holder::-webkit-scrollbar-track {
    background: #E8E8E8;
}


.blog .recent-post-div .blog-card-holder::-webkit-scrollbar-thumb {
    background: #707070;
    border-radius: 5px;
}

.blog .card .image-holder {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.blog .card .image-holder .blog-img {
    border-radius: 5px;
    width: 100%;
    height: 150px;
    object-fit: cover;
}

.blog .card .text-holder p {
    font-size: 12px;
    color: #191919;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    margin-bottom: 2%;
}

.blog .card .text-holder h3 {
    font-size: 16px;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.blog .card .read-more-align .readmore-p {
    font-size: 12px;
    color: #F05340;
    margin-bottom: 0px;
    display: flex;
    justify-content: end;
    align-items: center;
}

.blog .card .read-more-align {
    text-align: right;
}

.blog .recent-post-div {
    background: #F6F6F6 0% 0% no-repeat padding-box;
    border-radius: 5px;
    padding: 25px 25px;
}

.blog .recent-post-div .title {
    font-size: 16px;
    font-weight: 700;
}

.blog .recent-post-div .recent-post-img {
    width: 60px;
    height: 60px;
    border-radius: 5px;
}

.blog .post-title {
    color: #000;
    font-size: 14px;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.blog .post-date {
    color: #000;
    font-size: 12px;
}

.blog a {
    color: #000;
}

.blog .card .card-body {
    padding: 0px 20px 0px 0px;
}

@media(min-width:0px) and (max-width:767px) {
    .blog .card .text-holder h3 {
        font-size: 14px;
    }

    .blog .card {
        padding: 13px 10px 16px 11px;
    }

    .blog .card .text-holder {
        margin-top: 5px;
    }
}

@media(min-width:0px) and (max-width:420px) {
    .blog {
        margin-bottom: 40%;
    }
}

@media(min-width:421px) and (max-width:577px) {
    .blog {
        margin-bottom: 35%;
    }
}

@media(min-width:578px) and (max-width:767px) {
    .blog {
        margin-bottom: 25%;
    }
}

@media(min-width:768px) and (max-width:992px) {
    .blog {
        margin-bottom: 20%;
    }
}

@media(min-width:992px) and (max-width:1200px) {
    .blog {
        margin-bottom: 18%;
    }

    .blog .recent-post-div {
        background: #F6F6F6 0% 0% no-repeat padding-box;
        border-radius: 5px;
        padding: 25px 14px;
    }
} */