.blog_post {
    width: 100%;
    /* background-color: #111; */
    background: radial-gradient(farthest-corner at 40px 40px, var(--d3), var(--d0) 100%);
    /* background-color: #0f131b; */
    /* border: 1px solid var(--d4); */
    height: auto;
    box-sizing: border-box;
    /* border: 1px solid #fff; */
    /* max-height: 3000px; */
    /* padding: 35px; */
    margin: 100px 0;
}

.blog_post_container {}

.blog_post_header {
    padding: 50px;
    box-sizing: border-box;
    padding-bottom: 0;
}

.blog_post_imgbanner {
    width: 100%;
    height: 1000px;
    max-height: 500px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}

.blog_post_body {
    padding: 0 50px;
    box-sizing: border-box;
    position: relative;
    margin-bottom: 35px;
    padding-bottom: 100px;
}

.blog_post_body_img_box {
    float: right;
    width: auto;
    height: auto;
    position: relative;
}

.blog_post_body_img_box>img {
    width: auto;
    height: 400px;
    margin-left: 20px;
    margin-top: -50px;
}

.blog_post_title {
    text-align: left;
    height: auto;
}

.blog_post_title h1 {
    font-family: 'Titillium Web';
    font-family: 'Exo 2';
    font-weight: 900;
    color: white;
    font-size: 4rem;
}

.blog_post_subtitle {
    font-family: "BankGothic Md Bt";
    color: #ffae00;
    /* margin-bottom: rem; */
    margin-bottom: -15px;
}

.blog_post_date {
    float: right;
    /* margin: 30px; */
}

.text-blog {
    text-align: justify;
    /* color: #ffae00; */
}

@media only screen and (max-width: 1145px) {

    .btn-orange {
        border: 2px solid #ffae0083;
    }

    .btn-learn-more {
        /* float: left; */
        width: 100%;
        height: 14vw;
        font-size: 4.5vw;
        border-width: 2px;
        margin-top: 5vw;
    }

    .blog_post_imgbanner {
        margin-bottom: 22vw;

    }

    .btn-corner-left {
        left: 50%;
        transform: translateX(-50%);
        bottom: -18vw;
        margin: 0;
        width: 80%;
    }

    .btn-blog-watch {
        /* top: 0;
        transform: translateX(0%);
        margin-left: 0; */
    }

    .text-blog {
        font-size: 1rem;
    }

}