.blog_page {}

.blog_page .blog_head {
    background-color: #333;
    background-size: cover;
    background-position: 50%;
    position: relative;
    text-align: center;
    padding: 250px 0;
}

.blog_page .blog_head .overlay {
    background-color: #000;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.4;
}

.blog_page .blog_head .blog_head_title {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    text-align: center;
    margin: 0 auto;
    transform: translateY(-50%);
}

.blog_page .blog_head .blog_head_title h1 {
    color: #fff;
    font-size: 42px;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    display: inline-block;
    font-weight: 600;
}

.blog_page .blog_content {
    width: 100%;
    margin: 0 auto;
    padding: 40px 0;
    background: #f6f6f6;
}

.blog_page .blog_content .blog_post {
    padding: 0;
    margin-bottom: 10px;
    background-color: #fff;
}

.blog_page .blog_content .blog_post .post_img {
    position: relative;
    background-size: cover;
    background-position: 50%;
    padding: 150px 0;
}

.blog_page .blog_content .blog_post .post_img a.post_thumbnail {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.blog_page .blog_content .blog_post .post_container {
    padding: 30px;
}

.blog_page .blog_content .blog_post .post_container .post_title {}

.blog_page .blog_content .blog_post .post_container .post_title h2 {
    margin: 0 0 15px;
}

.blog_page .blog_content .blog_post .post_container .post_title h2 a {
    font-size: 24px;
    font-weight: bold;
    word-wrap: break-word;
    text-decoration: none;
    color: #000;
}

.blog_page .blog_content .blog_post .post_container .post_title h2 a:hover {
    color: #f5890d;
}

.blog_page .blog_content .blog_post .post_container .post_content {}

.blog_page .blog_content .blog_post .post_container .post_content p {}