.product-list-wrap {
	display:flex;
	margin-bottom: 15px;
	padding-top: 15px;
	padding-bottom: 15px;
}
.product-list-wrap .product-list-section {
	width: 100%;
}
.os-list .os-item {
	display: inline-block;
}
.os-item img {
	width: 30px;
	margin-right: 5px;
}
@media(min-width:992px) {
	.product-list-wrap .fl-post-image {
		width: 33.333%;
		margin-right: 30px;
	}
}