.lifestyle-img {
	width:100%;
	max-width: 311px;
	margin: 20px 0 0 0;
	display: block;
}
.category {
	margin:20px 0 0 0;
	padding:20px;
	border:solid 1px #e1e2e3;
	text-align: center;
	background-color: #FFF;
}
.title {
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: bold;
	text-decoration: none;
	color: #532279;
	text-transform: uppercase;
	font-size: 24px;
	border-bottom: solid 1px #e1e2e3;
	margin:25px 0;
	padding:0 0 20px 0;
	height: 55px;
}
.prices {
	color: #D46027;
	font-size: 18px;
}
.category .btn {
	margin:15px auto 0 auto;
}
.content-container {
	max-width:1170px;
	padding-top:20px;
	margin:0 auto;
}
@media screen and (max-width:1279px){
	.content-container {
		padding-left: 10px;
		padding-right: 10px;
	}
}
@media screen and (min-width:750px){
	.categories {
		overflow: hidden;
		clear: both;
	}
	.category {
		width:48.5%;
		box-sizing: border-box;
		min-height: 340px;
	}
	.category:nth-of-type(odd){
		float:left;
	}
	.category:nth-of-type(even){
		float:right;
	}
}
@media screen and (min-width:1024px){
	/*h1 {
		margin:0 0 20px 0;
		display: inline-block;
		float: right;
		max-width: 67%;
	}*/
	.lifestyle-img {
		float:left;
	}
	.category {
		margin:0 1.75% 1.75% 0;
		min-height: 397px;
	}
	.category:nth-of-type(even){
		float:left;
	}
	h2 {
		clear: both;
	}
}
@media screen and (min-width:1280px){
	.content-container {
		margin:0 auto 0 auto;
	}
	h1 {
		max-width: 100%;
		font-size: 36px;
		text-align: left;
		float:left;
	}
	.category {
		min-height: 400px;
	}
}
