.posts-strip .items-list .item {
	width: 31%;
}
.posts-strip .items-list .item span{
	display:block;
}
.posts-strip .items-list.flex {
    justify-content: space-between;
}
.posts-strip .item a{
	display: block;
}
.posts-strip h4 {
	font-size: 30px;
	font-weight: normal;
	text-align: left;
	color: #00afef;
	margin-bottom: 17px;
	text-transform: capitalize;
}

.posts-strip .textual-content p {
	font-weight: normal;
	line-height: normal;
	color: #636c74;
}

.posts-strip .item .img {
    height: 154px;
    line-height: 154px;
    margin-bottom: 8px;
}

.posts-strip .items-list .img img {
	width: auto;
	max-width: 100%;
	text-align: center;
	margin: 0 auto;
	height: 100%;
	object-fit: cover;
	vertical-align: middle;
}
.posts-strip .items-list .img img {
    width: 100%;
    object-fit: cover;
    height: 100%;
}
@media (max-width: 550px) { 
	 
	.posts-strip .items-list.flex { 
		flex-wrap: wrap;
		margin-bottom: 40px;
	}
 
	.posts-strip .item .img {
		height: 180px;
		line-height: 180px;
		margin-bottom: 20px;
	} 
	.blog-article .posts-strip {
		padding: 0 21px;
	}
}