#home_blog {
    padding: 65px 0 0;
}

#home_blog .home_blog_header {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}

/* #home_blog .home_blog_header p {
    color: #fff;
    font-weight: 600;
    font-size: 28px;
    background: #348df8;
    padding: 5px 30px;
    border-radius: 3rem;
    margin-bottom: 30px;
    background: #020024;
    background: linear-gradient(90deg, #f56974 0%, #358bf7 54%, #398bf6 100%);
} */

#home_blog .home_blog_box {
    margin-bottom: 20px;
}

#home_blog .home_blog_box a {
    text-decoration: none;
    color: #fff;
}

#home_blog .home_blog_box .blog_date {
    position: absolute;
    top: 0;
    background: #8681f0;
    color: #fff;
    padding: 5px;
    font-size: 14px;
    text-transform: uppercase;
}

#home_blog .home_blog_box .home_blog_box_text {
    background: #252525;
    margin-top: 10px;
    color: #fff;
}

#home_blog .home_blog_box .home_blog_box_text p {
    font-weight: 400;
    font-size: 21px;
    margin-bottom: 0rem;
    padding: 10px;
}

#home_blog .home_blog_box .btn.btn-info {
    padding: 5px;
    font-size: 14px;
    background: #484848;
}

#home_blog .home_blog_box .home_blog_box_btn {
    display: flex;
    justify-content: flex-end;
}

#home_blog .home_blog_box .home_blog_box_btn#bottombtn {
    display: none;
}

#home_blog .home_blog_view_all {
    height: calc(100% - 20px);
    display: flex;
    justify-content: center;
    align-items: center;
}

#home_blog .home_blog_view_all .btn {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 21px;
    background-color: #1475F7;
    border-color: #1475F7;
    color: #ffffff;
}

#home_blog .home_blog_view_all .btn:hover {
    background-color: #5d2af0;
    border-color: #5d2af0;
}

#home_blog .home_blog_view_all .btn i {
    margin-left: 5px;
}

@media (max-width: 1199px) {
    #home_blog .home_blog_header p {
        font-size: 22px;
    }

    #home_blog .home_blog_box .blog_date {
        font-size: 12px;
    }
}

@media (max-width: 991px) {
    #home_blog {
        padding: 50px 0 0px 0;
    }
}

@media (max-width: 575px) {
    #home_blog .home_blog_view_all {
        height: unset;
    }
}
