h1 {
	font-size: 2.7vw;
}

.orange-strip {
	background: rgba(237,135,78,0.85);
	position: absolute;
	padding: 10px 10px 5px 10px;
	margin-top:-115px;
	margin-left: -15px;
	width: 100%;
}

.auth {
	padding:5px;
	height: 260px;	
	width: 32%;
    margin-left: 15px;
}

.grey-height {
	height:77px;
}

@media screen and (max-width:1199px) {
	.auth {
		margin-left:5px;
	}
	
	.quote.left, .quote.right {
		display:none;	
	}
}

@media screen and (max-width:991px) {
	h4 {
		font-size:16px;
	}
	
	.grey-height {
		height:80px;	
	}
}

@media screen and (max-width:768px) {
	.auth {
		width:100%;
		margin-left:0px;
	}
	
	.scheme-space {
		margin-bottom:20px;	
	}
}

@media screen and (max-width:550px) {
	h1 {
		font-size:28px;	
	}
}