
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin: 48px 0 48px;
}

#blog-post {
	background: #f8f8f8;
	padding-top: 0 !important;
}

#blog-post h1 {
	font-size: 42px;
    padding-left: 24px;
	font-weight: 400;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
	#blog-post h1 {
		font-size: 28px;
	}
}

#blog-post h2 {
	font-size: 32px;
    padding-left: 24px;
	font-weight: 400;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
	#blog-post h2 {
		font-size: 22px;
	}
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
	#blog-post p,
	#blog-post li {
		text-align: left;
	}
}

.blog-post .title-image-container {
	width: 100%;
    max-height: 500px;
    overflow: hidden;
}

.blog-post ul, .blog-post li {
	    color: #666;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4em;
}

.blog-post li {
	padding-bottom: 8px;
}

.blog-post .title-img {
	width: 100%;
}

.post-image {
	width: 100%;
	padding-bottom: 30px;
}
.blog-post .cta {
	background: #3498db;
	padding: 30px;
	margin: 30px 0;
}

.blog-post .cta p {
	font-size: 18px;
	color: #fafafa;
}
