.reviews {
	border-top: 1px solid black;
}
.reviews ul {
	display: flex;
	list-style: none;
	justify-content: space-between;
}
.reviews ul li {
	width: 50%;
	padding: 68px 66px;
}
.reviews ul li:nth-child(1) {
	border-right:1px solid black;
}
.reviews .button-wrap {
	border-top: 1px solid black;
	background: #fffcfa;
	padding: 36px 0;
}
.reviews .button-wrap .button {
	margin: 0 auto;
	display:flex;
}
.reviews .button-wrap .button img {
	width: 31px;
	height: 10px;
	margin: 2px 0 0 9px;
}
.reviews .button-wrap .button:hover {
	background-color: #E4C9B1;
	opacity:1;
}
.reviews .name {
	font-family: 'Haboro Serif Norm Demi';
	font-size: 14px;
	letter-spacing: 0.03rem;
	text-transform: uppercase;
	padding: 0 0 0 24px;
	margin: 12px 0 0 0;
	display: block;
}
.reviews .review {
	font-family: 'Tobias';
	font-size: 22px;
	font-style: normal;
	font-weight: 100;
	line-height: 115%;
	letter-spacing: -0.44px;
	margin: 45px 0 0;
	position: relative;
	padding: 0 0 0 24px;
}
.review .top {
	font-size: 50px;
	font-style: normal;
	font-weight: 100;
	line-height: 110%;
	letter-spacing: -1px;
	font-family: 'Tobias';
	position: absolute;
	top: -11px;
	left: 0;
}
.review .bottom {
	font-size: 50px;
	font-style: normal;
	font-weight: 100;
	line-height: 110%;
	letter-spacing: -1px;
	font-family: 'Tobias';
	position: absolute;
	bottom: -36px;
	margin: 0 0 0 10px;
}
/* Responsive Styles */
@media all and (max-width:1080px) {
	.reviews ul {
		display:block;
	}
	.reviews ul li:nth-child(1) {
		border-right: none;
		border-bottom: 1px solid black;
	}
	.reviews ul li {
		width: 100%;
		padding: 30px;
	}
}
@media all and (max-width:550px) {
	.reviews .review {
		font-family: 'Tobias';
		font-size: 18px;
		font-style: normal;
		font-weight: 100;
		line-height: 1.4;
		letter-spacing: -0.44px;
		margin: 30px 0 0;
		position: relative;
		padding: 0 0 0 24px;
	}
}