.catalog-title {
	margin-bottom: 10px;
	background-color: #646464;
	margin-right: 10px;
	width: 99%;
}
.tile {
	display: block;
	height: 120px;
	line-height: 110px;
	text-align: center;
	border-radius: 15px;
	width: 95%;
	margin: 5px auto 15px;
	background: #f6f3ec;
	box-shadow: 1px 1px 1px #dcdddd,
						  1px -1px 1px #dcdddd,
						 -1px 1px 1px #dcdddd,
						 -1px -1px 1px #dcdddd;
	
}
.tile img {
	display: inline-block;
	
}
.tile-title {
	font: normal 16px "Trebuchet MS", Tahoma;
	margin-left: 10%;
  color: #333333;
}

.content-wrapper h1 {
	font: normal 24px "Trebuchet MS", Tahoma;
  color: #333333;
  margin: 10px 0;
}

@media (max-width: 991px) {
	.content-wrapper {
		margin-right: 20px;
	}
}

@media (min-width: 500px) and (max-width: 768px) {
	.tile-box {
		display: inline-block;
		width: 50%;
	}
}