#fragment-4 .productlist {
	width: 90%;
}

#fragment-4 .col3 .listitembox {
	display: table;
	margin-bottom: 20px;
}

#fragment-4 .productlist .listitembox .icon {
	float: left;
	width: 30%;
	height: auto;
}

#fragment-4 .listitembox .icon img {
	width: 100%;
	max-width: 76px;
}

#fragment-4 .listitembox .listboxcontent {
	float: left;
	width: 65%;
	min-height: 54px;
	margin-left: 5%;
	text-align: left;
	display: flex;
	flex-wrap: wrap;
	align-content: center;
}

#fragment-4 .listitembox .listboxcontent h5 {
	color: #182C5C;
	font-family: ProximaLight;
	font-weight: 100;
}

@media screen and (max-width: 1225px) {
}

@media screen and (max-width: 950px) {
}

@media screen and (max-width: 768px) {
}

@media screen and (max-width: 500px) {
}
