.blog-items{
text-align: left;	
}
.blog-items h3{
	margin-top: 20px;
}
.blog-items a{
	text-decoration: none !important;
}
.blog-image{
	position: relative;
	width: 100%;
	height: 200px;
	background-color: #f5f5f5;
}

.blog-items img{
	width: 100%;
	height: 100%;
	position: absolute;
	object-fit: cover;
	object-position: center;
}
.blog-post .pagination{
	width: 100%;
	max-width: 100%;
	text-align: center;
	margin-top: 20px;
	justify-content: center;
}
.blog-post .pagination *{
	padding: 8px;
	font-size: 1.4em;
}

@media (max-width: 480px){
	.blog-image{
	height: auto;
}
	.blog-items img{
	width: 100%;
	height: auto;
	position: relative;
}
}

.single-blog img{
	width: 100%;
}
.single-blog .blog-content{
	margin-top: 20px;
}