.collections_description {
	margin: 48px 84px 84px;
	text-align: center;
}
.collections_description .seporator {
	width: 100%;
	height: 62px;
	background: url(/layout_images/line.png) no-repeat 50%;
	background-size: contain;
	opacity: 0.3;
	margin-top: 48px;
}

.collections_index {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.collection {
	margin: 56px;
}
.collection .description {
	padding: 28px;
}
.collection .view_collection {
	text-align: center;
}
.collection img {
	width: 100%;
	max-width: 375px;
	object-fit: cover;
	box-shadow: 0 0 2px #fff;
}

h2 a {
	text-decoration: none !important;
	font-weight: normal;
}

@media (max-width: 520px) {
	.collections_description {
		margin: 28px 48px 28px;
	}
}
