.reviews{
	align-items: center;
	background: url(/images/site/dk_portfolio_bg.png) no-repeat top 230px right 0px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	margin-top: 130px;
	padding: 50px 0px 100px 0px;
	width: 100%;
}

.reviews > div.reviews-wrapper{
	max-width: 1420px;
	position: relative;
	width: 100%;
}


.reviews h2{
	align-items: flex-start;
	color: #f2f2f2;
	font-family: 'Segoe UI';
	font-size: 192px;
	font-weight: normal;
	justify-content: flex-start;
	line-height: 192px;
    margin: 0 0 15px;
	position: relative;
	text-transform: uppercase;
    width: 100%;
}

.reviews h2 > span{
	color: #298c2b;
	font-family: 'Segoe UI';
	font-size: 60px;
	line-height: 60px;
	position: absolute;
	text-align: center;
	text-transform: uppercase;
	top: 70px;
	width: 100%;
}

.reviews h2::after{
	background: url(/images/site/sd_portfolio_h1.png) no-repeat top center;
	bottom: -10px;
	content: '';
	display: block;
	height: 60px;
	left: calc(50% - 35px);
	position: absolute;
	width: 85px;
}

@media(max-width: 1470px) {
	.reviews{ margin-top: 80px; }
	.reviews h2{
		font-size: 140px;
	}
} 

@media(max-width: 900px) {
	.reviews h2{ font-size: 90px; }
	.reviews h2::after{ bottom: 15px; }
	.reviews h2 > span{
		font-size: 45px;
		top: -80px;
	}
}

@media(max-width: 600px) {
	.reviews{ margin-top: 120px; }
	.reviews h2{ 
		align-items: center;
		color: #298c2b;
		font-family: 'Segoe UI';
		font-size: 52px;
		line-height: 52px;
		margin-bottom: 80px;
	}
	.reviews h2::after{ bottom: -65px; }
	.reviews h2 > span{ display: none; }
}