.explore {
	padding: 63px 0;
	overflow: hidden;
	border-top: 1px solid #EFEAE8;
	border-bottom: 1px solid #EFEAE8;
}
.explore .flex {
	max-width: 1120px;
	margin: 0 auto;
	justify-content: space-between;
}
.explore .flex .left {
	background: #151515;
	color: white;
	width: 366px;
	text-align: center;
	height: 319px;
}
.explore .flex .left a {
	text-decoration: none;
	color: white;
	text-transform: uppercase;
	font-size: 12px;
	font-family: 'OaksGrotesk';
	font-weight: 800;
	letter-spacing: 0.01rem;
}
.explore .flex .left a:hover {
	text-decoration: underline;
}
.explore .flex .left a:after {
	content: "";
display: inline-block;
width: 15px;
height: 19px;
background-image: url(../../assets/icons/utility/white-arrow.png);
background-size: contain;
background-repeat: no-repeat;
background-position: center;
margin: 7px 0 -5px 10px;
}
.explore .flex .left h2 {
	margin: 20px 0 10px;
	position: relative;

}
.explore .flex .left h2:before {
	content: "";
	display: block;
	width: 100%;
	height: 51px;
	background-image: url(../../assets/icons/utility/bow.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	margin: 90px 0 4px;
}
.explore .flex .right {
	width: 721px;
	overflow: hidden;
}
.explore .flex .swiper-slide img {
	width: 100%;
	height: 319px;
}
.explore .flex .swiper-slide a:hover {
	opacity: 1;
}
.explore .flex .swiper-slide .hover {
	position: absolute;
	bottom: 35px;
	left: 0;
	right: 0;
	margin: auto;
	width: 86%;
	color: white;
	text-align: center;
	font-size: 20px;
	padding: 25px 5px;
	font-family: 'EditorsNote';
	background: black;
	transition: all 0.5s;
}
.explore .flex .swiper-slide:hover .hover{
	background: #6E605B;
}
.explore .flex .swiper-slide .hover .highlight {
	font-style: italic;
}
@media all and (max-width:1280px) {
	.explore .flex {
		max-width: 1080px;
	}
	.explore .flex .left {
		width: 340px;
	}
}
@media all and (max-width:1080px) {
	.explore .flex {
		max-width: 768px;
	}
	.explore .flex .left {
		width: 280px;
	}
	.explore .flex .right {
		width: 479px;
		overflow: hidden;
	}
}
@media all and (max-width:768px) {
	.explore .flex {
		max-width: 100%;
	}
	.explore .flex .right {
		width: 68%;
		overflow: hidden;
	}
	.explore .flex .left {
		width: 31%;
	}
}
@media all and (max-width:660px) {
	.explore .flex .left h2 {
		margin: 20px 0 10px;
		position: relative;
		font-size: 28px;
	}
	.explore .flex .right {
		width: 60%;
		overflow: hidden;
	}
	.explore .flex .left {
		width: 38%;
	}
}
@media all and (max-width:550px) {
	.explore .flex {
		display: block;
	}
	.explore .flex .left {
		width: 100%;
		padding: 1px 0 0;
	}
	.explore .flex .right {
		width: 100%;
		overflow: hidden;
		margin: 10px 0 0;
	}
	.explore .flex .left {
		height:250px;
	}
	.explore .flex .left h2:before {
		margin: 57px 0 4px;
	}
}
