
#our_blog {
	margin-top: -160px;
	height: 835px;
	/*background-position: top center;*/
	background-size: cover;
	background-repeat: no-repeat;
	margin-bottom: -1px;
}
#our_blog .title_container {
	background-position: top center;
	background-repeat: no-repeat;
	background-size: 710px;
	color: rgba(255,255,255,1);
	width: 600px;
	height: 420px;
	padding: 40px 50px;
	margin: 340px 75px;
	box-shadow: -5px 5px 10px rgba(0,0,0,0.5);
	text-align: right;
}
#our_blog .title_container h3 {
	font-size: 50px;
	font-weight: 700;
	padding: 0px;
	margin: 0px;
}
#our_blog .blog_container {
	background-color: rgba(255,255,255,1);
	float: right;
	width: 600px;
	height: 400px;
	overflow: hidden;
	position: relative;
	margin-top: -500px;
	margin-right: 75px;
	box-shadow: -5px 5px 10px rgba(0,0,0,0.5);
}
#our_blog .post{
	padding: 40px 20px;
}
#our_blog .post .post_date{
	font-size: 12px;
	float: right;
	font-style: italic;
}
#our_blog .post .post_title{
	color: rgba(102,11,54,1);
	font-weight: 700;
	font-size: 26px;
	padding-top: 15px;
	margin-bottom: 20px;
}
#our_blog .post .post_picture img{
	width: 100%;
}
#our_blog .post .post_content{
	height: 200px;
	overflow-x: hidden;
	overflow-y: scroll;
}
#our_blog .post .post_content p{
	padding-top: 0px;
	padding-bottom: 5px;
	margin: 0px;
	font-size: 16px;
}
#our_blog .post .post_content .post_link{
	font-size: 18px;
	font-weight: 700;
}


/*// Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {

}

/*// Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 767.98px) {
	#our_blog .title_container h3 {
	    font-size: 45px;
	}
	.title_container {
	    width: 500px !important;
        margin: 200px 30px !important;
	}
	.blog_container {
        width: 500px !important;
	    margin-right: 45px !important;
	    margin-top: -500px !important;
	}

}

/*// Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991.98px) {
	#our_blog .title_container h3 {
	    font-size: 45px;
	}
	.title_container {
	    width: 600px !important;
        margin: 250px 20px !important;
	}
	.blog_container {
        width: 600px !important;
	    margin-right: 20px !important;
	    margin-top: -500px !important;
	}
}

/*// Large devices (desktops, 992px and up)*/
@media (min-width: 992px) and (max-width: 1199.98px) {
	.title_container {
	    width: 600px !important;
        margin: 180px 35px !important;
	}
	.blog_container {
	    width: 600px !important;
        margin-right: 45px !important;
        margin-top: -400px !important;
	}
	#our_blog {
    	margin-top: -100px;
	}
}

