.collection-hero {
	width: 100%;
	display: flex;
	justify-content: center;
}

.collection-hero__title {
	font-size: 26px;
	letter-spacing: 0.1px;
	line-height: 140%;
	font-family: 'Mulish';
	margin: 42px 0 64.5px 0;
}

@media (max-width: 1024px) {
	.collection-hero__title {
		margin-bottom: 16px;
	}
}

.collection-description {
	width: 100%;
}

.collection-description--content {
	width: 100%;
	max-width: 1240px;
	padding: 0 20px;
	margin: 0 auto;
}
