.collection-title {
	padding: 0 15px;
	text-align: center;
}

.collection-title h3 {
	font-size: 44px;
}

.collection-title h6 {
	font-size: 32px;
	font-weight: 700;
}

@media only screen and (min-width: 641px) {
	.collection-title h3 {
		font-size: 78px;
	}

	.collection-title h6 {
		font-size: 60px;
		font-weight: 700;
	}
}

.spotlight {
	width: 100%;
	margin-bottom: 40px;
	background-color: #00b5c4;
	background-size: 200%;
	background-repeat: no-repeat;
	background-position: left top 30px;
}

.spotlight .collection-title {
	padding-top: 95px;
}

.spotlight .collection-title h3 {
	font-size: 45px;
	color: #fff;
	margin-bottom: 20px;
}

.spotlight .collection-title h6 {
	margin-bottom: 3px;
	color: #fff;
	font-weight: 500;
}

.spotlight .controlled-width {
	max-width: 1350px;
}

.spotlight .inner {
	padding: 0 15px 35px;
}

.spotlight .item img {
	width: 100%;
	height: auto;
	margin-bottom: 10px;
}

.spotlight .item .title {
	width: 82%;
}

.spotlight .item .title h5 {
	color: #fff;
	padding-bottom: 10px;
}

@media only screen and (min-width: 641px) {
	.spotlight .inner {
		display: flex;
		flex-wrap: wrap;
		max-width: 800px;
		margin: 0 auto;
	}

	.spotlight .item {
		width: calc(50% - 40px);
		max-width: calc(50% - 40px);
		margin: 0 20px;
	}

	.spotlight .item .title {
		width: 100%;
	}
}

@media only screen and (min-width: 1025px) {
	.spotlight {
		margin-bottom: 60px;
	}
}

@media only screen and (min-width: 1200px) {
	.spotlight {
		background-size: cover;
	}

	.spotlight .collection-title h6 {
		margin-bottom: 5px;
	}

	.spotlight .collection-title h3 {
		font-size: 78px;
	}

	.spotlight .inner {
		margin: 0 auto;
		width: 100%;
		max-width: 100%;
	}

	.spotlight .item {
		width: calc(20% - 40px);
		max-width: calc(20% - 40px);
	}
}
