.recommendations .white-1 .content .cols {
	width: 1100px;
	margin: 0px auto 0px auto;
	padding: 0px 0px 60px 0px;
	text-align: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}