.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;
	}
}
.highlights {
	margin-bottom: 30px;
}

.highlights .collection-title h3,
.highlights .collection-title h6 {
	color: #382f2d;
}
.highlights .collection-title h3 {
	margin-bottom: 10px;
}
.highlights .collection-title h6 {
	margin-bottom: 3px;
}
.highlights .item {
	position: relative;
	width: 100%;
	height: 66vw;
	margin-bottom: 10px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.highlights .item .img-cont {
	position: relative;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.highlights .item .content {
	position: absolute;
	top: 50%;
	right: 50%;
	width: 100%;
	max-width: 435px;
	transform: translate(50%, -50%);
	z-index: 2;
	text-align: center;
	padding: 15px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
.highlights .item .content>* {
	width: 100%;
}
.highlights .item .content .icon-cont {
	margin: 0 auto 6px;
}
.highlights .item .content .icon-cont img {
	height: 80%;
	width: auto;
}
.highlights .item:nth-child(1) .content .icon-cont img {
	height: 44px;
	width: auto;
}
.highlights .item:nth-child(2) .content .icon-cont img {
	height: 63px;
	width: auto;
}
.highlights .item:nth-child(3) .content .icon-cont img {
	height: 42px;
	width: auto;
}
.highlights .item:nth-child(4) .content .icon-cont img {
	height: 55px;
	width: auto;
}
.highlights .item:nth-child(5) .content .icon-cont img {
	height: 49px;
	width: auto;
}
.highlights .item:nth-child(6) .content .icon-cont img {
	height: 53px;
	width: auto;
}
.highlights .item .content .title-cont {
	margin-bottom: 15px;
}
.highlights .item .content .text-cont {
	max-height: 0px;
	transition: 0.5s max-height;
	overflow: hidden;
}
.highlights .item .content .text-cont .svg-btn {
	width: 56px;
	height: 56px;
}
.highlights .item h3,
.highlights .item h6 {
	color: #fff;
}
.highlights .item h3 {
	margin-bottom: 2px;
}
.highlights .item h6 {
	margin-bottom: 0;
}
@media only screen and (min-width: 641px) {
	.highlights .collection-title {
		width: 590px;
		margin: 0 auto;
		padding-top: 14px;
	}
	.highlights .collection-title h3 {
		margin-bottom: 10px;
	}
	.highlights .collection-title h6 {
		margin-bottom: 0;
	}
	.highlights .item {
		height: auto;
		margin-bottom: 0;
	}
	.highlights .item-cont.true .item {
		height: 33vw;
	}
	.highlights .item h3 {
		font-size: 28px;
	}
	.highlights .item h6 {
		font-size: 28px;
	}
	.highlights .item-cont.false {
		display: -ms-grid;
		display: grid;
		-ms-grid-columns: 1fr 10px 1fr;
		grid-template-columns: 1fr 1fr;
		-ms-grid-rows: 33vw 10px 33vw 10px 33vw;
		grid-template-rows: 33vw 33vw 33vw;
		grid-gap: 10px;
	}
	.highlights .item-cont.true {
		display: grid;
		grid-gap:10px;
		-ms-grid-columns: 1fr 1fr;
		grid-template-columns: 1fr 1fr;
	}
	.highlights .item:nth-child(1) {
		-ms-grid-column: 1;
		-ms-grid-column-span: 1;
		grid-column: 1 / 2;
		-ms-grid-row: 1;
		-ms-grid-row-span: 1;
		grid-row: 1 / 2;
	}
	.highlights .item:nth-child(2) {
		-ms-grid-column: 3;
		-ms-grid-column-span: 1;
		grid-column: 2 / 3;
		-ms-grid-row: 1;
		-ms-grid-row-span: 1;
		grid-row: 1 / 2;
	}
	.highlights .item:nth-child(3) {
		-ms-grid-column: 1;
		-ms-grid-column-span: 1;
		grid-column: 1 / 2;
		-ms-grid-row: 3;
		-ms-grid-row-span: 1;
		grid-row: 2 / 3;
	}
	.highlights .item:nth-child(4) {
		-ms-grid-column: 3;
		-ms-grid-column-span: 1;
		grid-column: 2 / 3;
		-ms-grid-row: 3;
		-ms-grid-row-span: 1;
		grid-row: 2 / 3;
	}
	.highlights .item:nth-child(5) {
		-ms-grid-column: 1;
		-ms-grid-column-span: 1;
		grid-column: 1 / 2;
		-ms-grid-row: 5;
		-ms-grid-row-span: 1;
		grid-row: 3 / 4;
	}
	.highlights .item:nth-child(6) {
		-ms-grid-column: 3;
		-ms-grid-column-span: 1;
		grid-column: 2 / 3;
		-ms-grid-row: 5;
		-ms-grid-row-span: 1;
		grid-row: 3 / 4;
	}
}
@media only screen and (min-width: 1025px) {
	.highlights .collection-title {
		position: relative;
		z-index: 2;
		margin-bottom: -70px;
		padding-top: 31px;
		padding-bottom: 7px;
		background-color: #fff;
		box-shadow: 12px 15px 23px rgba(0, 0, 0, 0.2);
	}
}
@media only screen and (min-width: 1400px) {
	.highlights .item-cont.false {
		-ms-grid-columns: 0.5fr 10px 0.5fr 10px 1fr;
		grid-template-columns: 0.5fr 0.5fr 1fr;
		-ms-grid-rows: 33vw 10px 20vw 10px 10vw 10px 21vw;
		grid-template-rows: 33vw 20vw 10vw 21vw;
		grid-gap: 10px;
	}
	.highlights .item:nth-child(1) {
		-ms-grid-column: 1;
		-ms-grid-column-span: 3;
		grid-column: 1 / 3;
		-ms-grid-row: 1;
		-ms-grid-row-span: 1;
		grid-row: 1 / 2;
	}
	.highlights .item:nth-child(2) {
		-ms-grid-column: 5;
		-ms-grid-column-span: 1;
		grid-column: 3 / 4;
		-ms-grid-row: 1;
		-ms-grid-row-span: 3;
		grid-row: 1 / 3;
	}
	.highlights .item:nth-child(3) {
		-ms-grid-column: 1;
		-ms-grid-column-span: 3;
		grid-column: 1 / 3;
		-ms-grid-row: 3;
		-ms-grid-row-span: 3;
		grid-row: 2 / 4;
	}
	.highlights .item:nth-child(4) {
		-ms-grid-column: 1;
		-ms-grid-column-span: 1;
		grid-column: 1 / 2;
		-ms-grid-row: 7;
		-ms-grid-row-span: 1;
		grid-row: 4 / 5;
	}
	.highlights .item:nth-child(4) .content .icon-cont img {
		height: 60px;
		width: auto;
	}
	.highlights .item:nth-child(5) {
		-ms-grid-column: 3;
		-ms-grid-column-span: 1;
		grid-column: 2 / 3;
		-ms-grid-row: 7;
		-ms-grid-row-span: 1;
		grid-row: 4 / 5;
	}
	.highlights .item:nth-child(5) .content .icon-cont img {
		height: 60px;
		width: auto;
	}
	.highlights .item:nth-child(6) {
		-ms-grid-column: 5;
		-ms-grid-column-span: 1;
		grid-column: 3 / 4;
		-ms-grid-row: 5;
		-ms-grid-row-span: 3;
		grid-row: 3 / 5;
	}
	.highlights .item .img-cont::after {
		position: absolute;
		content: "";
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		opacity: 0;
		background-color: rgba(0, 181, 196, 0.8);
		transition: 0.5s opacity;
		pointer-events: none;
	}
	.highlights .item-cont.true .item:nth-child(1) {
		-ms-grid-column: 1;
		-ms-grid-column-span: 2;
		grid-column: 1 / 2;
		-ms-grid-row: 1;
		-ms-grid-row-span: 1;
		grid-row: 1 / 2;
		height: 30vw;
	}
	.highlights .item-cont.true .item:nth-child(2) {
		-ms-grid-column: 2;
		-ms-grid-column-span: 1;
		grid-column: 2/2;
		-ms-grid-row: 1;
		-ms-grid-row-span: 2;
		grid-row: 1 / 2;
		height: 30vw;
	}
	.highlights .item-cont.true .item:nth-child(3) {
		-ms-grid-column: 1;
		-ms-grid-column-span: 2;
		grid-column: 1/2;
		-ms-grid-row: 2;
		-ms-grid-row-span: 2;
		grid-row: 2/2;
		height: 30vw;
	}
	.highlights .item-cont.true .item:nth-child(4) {
		-ms-grid-column: 1;
		-ms-grid-column-span: 1;
		grid-column: 2/2;
		-ms-grid-row: 2;
		-ms-grid-row-span: 1;
		grid-row: 2/2;
		height: 30vw;
	}
	.highlights .item:nth-child(n) .content .icon-cont img {
		height: auto;
		width: auto;
	}
	.highlights .item h3 {
		font-size: 38px;
	}
	.highlights .item h6 {
		font-size: 40px;
	}
	.highlights .item:hover .img-cont::after {
		opacity: 1;
		transition: 0.5s opacity;
	}
	.highlights .item:hover .content .text-cont {
		max-height: 200px;
		transition: 0.5s max-height;
	}
	.highlights .item .content .text-cont p {
		color: #fff;
		font-size: 17.5px;
		line-height: 1.4;
		letter-spacing: 0.2px;
		margin-bottom: 10px;
	}
}
@media only screen and (min-width: 40em) {
	.highlights .item .img-cont::after {
		position: absolute;
		content: "";
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		opacity: 0;
		background-color: rgba(0, 181, 196, 0.8);
		transition: 0.5s opacity;
		pointer-events: none;
	}
		.highlights .item:hover .content .text-cont {
		max-height: 200px;
		transition: 0.5s max-height;
	}
	.highlights .item .content .text-cont p {
		color: #fff;
		font-size: 17px;
		line-height: 1.6;
		font-family: 'Akzidenz-Grotesk Std';
	}
	.highlights .item .content {
		position: absolute;
		top: 35%;
		right: 50%;
		width: 100%;
		max-width: 435px;
		transform: translate(50%, -50%);
		z-index: 2;
		text-align: center;
		padding: 15px;
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: column;
	}
	.highlights .item .content .text-cont .svg-btn {
		width: 45px;
		height: 45px;
	}

	.highlights .item h6 {
		font-size: 22px;
	}
	.highlights .item .content .title-cont {
		margin-bottom: 10px;
	}
	
	.highlights .item .content {
		position: absolute;
		top: 50%;
		right: 50%;
		width: 100%;
		max-width: 435px;
		transform: translate(50%, -50%);
		z-index: 2;
		text-align: center;
		padding: 15px;
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: column;
	}
	.highlights .item .content .text-cont .svg-btn {
		width: 45px;
		height: 45px;
	}
}
@media only screen and (min-width: 640px) and (max-width: 1400px) {
	.highlights .item .content .text-cont p {
		color: #fff;
		font-size: 14px;
		line-height: 1;
		font-family: 'Akzidenz-Grotesk Std';
		margin-bottom: 5px;
	}
	.highlights .item .img-cont:hover::after {
		position: absolute;
		content: "";
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		opacity: 1!important;
		background-color: rgba(0, 181, 196, 0.8);
		pointer-events: none;
	}	
	.highlights .item .content .text-cont .svg-btn {
		width: 35px;
		height: 35px;
	}	
	.highlights .item .content .title-cont {
		margin-bottom: 5px;
	}
	.highlights .item:nth-child(1) .content .icon-cont img {
	height: 35px;
	width: auto;
	}
	.highlights .item:nth-child(2) .content .icon-cont img {
		height: 35px;
		width: auto;
	}
	.highlights .item:nth-child(3) .content .icon-cont img {
		height: 35px;
		width: auto;
	}
	.highlights .item:nth-child(4) .content .icon-cont img {
		height: 35px;
		width: auto;
	}
	.highlights .item:nth-child(5) .content .icon-cont img {
		height: 35px;
		width: auto;
	}
	.highlights .item:nth-child(6) .content .icon-cont img {
		height: 35px;
		width: auto;
	}
}