.featured-collection-wrapper {
	.section-title {
		max-width: 1024px;
		margin: 0 auto;
		text-align: center;
		margin-bottom: 40px;
		@media only screen and (max-width: 480px) {
			margin-bottom: 25px;
		}
		h2 {
			font-size: 32px;
			line-height: 38px;
			margin:0;
			text-transform: uppercase;
			color: #400D15;
			font-weight: 400;
			@media only screen and (max-width: 480px) {
				font-size: 28px;
				line-height: 35px;
			}
		}
	}
	.collection-tiles {
		display: flex;
		align-items: stretch;
		flex-flow: row wrap;
		justify-content: center;
		margin: 0 -4px;
		.collection-tile {
			flex: 1 1 0;
			text-align: center;
			margin: 0 4px;
			@media only screen and (max-width: 992px) {
				flex: 1 1 calc(50% - 8px);
				margin-bottom: 8px;
			}
		}
		.collection-wrapper {
			display: flex;
			align-items: center;
			justify-content: center;
			text-align: center;
			height: 100%;
			a {
				display: block;
				padding: 40px 12px;
				font-size: 50px;
				line-height: 60px;
				font-family: "MarisaMedium", sans-serif;
				margin: 0;
				@media only screen and (max-width: 992px) {
					font-size: 30px;
					line-height: 40px;
				}
				@media only screen and (max-width: 480px) {
					font-size: 24px;
					line-height: 30px;
					padding: 20px 12px;
				}
			}
		}
	}
}