/*
Theme Name: TrueExtraction
Version: 1.0
*/
.post_container {
	max-width: 800px;
    margin: 0 auto;
    padding: 24px;
}
.post_container h1, .post_container h2, .post_container h3 {
        margin: 0 0 0.35em;
	font-weight: 600;
    }

    .post_container h1 {
      font-size: 40px;
    }

    .post_container h2 {
      font-size: 28px;
    }

    .post_container h3 {
      font-size: 20px;
    }
.post_container p {
	color: #444;
        margin: 0 0 1.15em;
	    font-weight: 400;
	font-size: 16px;
    line-height: 152.9%;
   
    }
.post_container a {
	color: #e6b805;
}
.post_container p + h2 {
        margin-top: 1.5em;
    }
input.wpcf7-not-valid {
    border-bottom: 1px solid red!important;
}
.m_2_right .main_h2, .m_3_left .main_h2 {
	font-size: 30px;
}
.main_text p {
    padding-bottom: 12px;
}
.main_text ul {
	padding-bottom: 12px;
	    padding-left: 40px;
}
.main_text ul li {
	margin-bottom: 12px;
	position: relative;
}
.main_text ul li:before {
	content: '';
    background-image: url(img/list.svg);
    position: absolute;
    display: block;
    width: 20px;
    height: 20px;
    left: -30px;
    top: 3px;

}
.m_2_right {
	padding-top: 0;
}
/* Blogs */
.blog_thumb {
	width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    height: 350px;
        margin-bottom: 30px;
}
.blog_block h3 {
	font-size: 18px;
    line-height: 130%;
    color: #000000;
    margin-bottom: 20px;
        font-style: normal;
    font-weight: normal;
        margin-bottom: 20px;
}
.read_blog {
	    display: block;
    background: #e5b805;
    border-radius: 8px;
    font-style: normal;
    width: 150px;
    font-weight: 500;
    font-size: 16px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    transition: 0.25s;
}
.read_blog:hover {
    background: #ffcd04;
}
.blogs_grid {
    width: calc(100% + 20px);
    margin-left: -10px;
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-top: 50px;
}
.blog_block {
 	width: calc(50% - 20px);
    margin-bottom: 50px;
    margin-left: 10px;
    margin-right: 10px;
 }
 @media (max-width: 767px) {
    .blog_block{
        width: 100%;
    }
    .blog_thumb {
        height: 280px;
    }
 }