.single-blog-banner-container{
	background-position:center;
	background-size: cover;
}
.single-blog-post-container{
	padding:60px 0 10px;
}
.single-blog-post-container h2{
	font-size: 40px;
	font-weight: 400;
	line-height: 1.3;
	margin-bottom: 20px;
	color: #1E1E20;
	margin-bottom:0;
	padding:15px 0 20px;
	font-family: 'Nohemi';
}
.single-blog-post-container h4{
	font-size: 20px;
	font-family: 'Nohemi';
	font-weight: 400;
	line-height: 1.3;
	color: #1E1E20;	
	padding:15px 0 20px;
	margin-bottom:0;
}
.single-blog-post-container ul{
	padding-top:15px;
}
.single-blog-post-container ul li{
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
	color: #000;
	margin-bottom:10px;
	position:relative;
	padding-left:16px;
}
.single-blog-post-container ul li:before{
	position: absolute;
	top: 8px;
	left: 0;
	content: "";
	height: 6px;
	width: 6px;
	background-color: #000;
	border-radius: 50%;
}
.single-blog-image{
	padding-bottom:30px;
}
.author-post,
.date-post{
	flex-basis:50%;
}
.author-image img{
	height: 46px;
	width: 46px;
	border-radius: 50%;
	margin-right: 15px;
}
.date-post span,
.author-post span{
	font-family: 'Inter', sans-serif; 
	font-size: 14px;
	font-weight: 500;
	line-height: 1.2;
	display:inline-block;
	color:#686868;
}
.date-post span{
	color: #989898;
}
.date-and-autor{
	padding-bottom:15px;
}
.single-blog-content{
	color: #1E1E20;
	padding-top: 35px;
}
.single-blog-content h3{
	padding-top: 10px;
	margin-bottom: 15px;
}
.single-blog-content p{
	text-align: justify;
}
.single-post .bread-crumb span, .bread-crumb span a {
    color: #686868;
}
.single-blog-bottom{
	text-align: center;
	padding-top: 30px;
}
.single-blog-bottom a{
	font-family: 'Inter', sans-serif; 
	font-size: 12px;
	font-weight: 400;
	line-height: 1.25;
	color: #0D4560;
	border: 1px solid #0D4560;
	width: 206px;
	background-color: #fff;
}
.single-blog-bottom a:hover{
	color:#fff;
	background-color: #0D4560;
}
@media (max-width:767px){
	.author-post,
	.date-post{
		flex-basis:100%;
	}
	.author-post{
		text-align:left;	
		padding-top:10px;
	}
	.date-and-autor{
		flex-wrap:wrap;
	}
	.single-blog-post-container{
		padding:70px 0 0;
	}
	.single-blog-post-container h2{
		font-size: 35px;
	}
	.single-blog-post-container h3{
		font-size: 20px;
	}
	.single-blog-post-container h4{
		font-size: 18px;
	}
}
@media (min-width:768px){
	.single-blog-post-container{
		padding:70px 0 0;
	}
	.single-blog-post-container h2{
		font-size: 38px;
	}
	.single-blog-post-container h3{
		font-size: 24px;
	}
	.single-blog-post-container h4{
		font-size: 19px;
	}
}
@media (min-width:992px){
	.single-blog-post-container{
		padding:60px 0 10px;
	}
	.single-blog-post-container h2{
		font-size: 40px;
	}
	.single-blog-post-container h3{
		font-size: 24px;
	}
	.single-blog-post-container h4{
		font-size: 22px;
	}
}