.hero {
	height: 100vh;
	/*width: 100vw;*/
	background: linear-gradient(to bottom, #8364e8, #d397fa);
	position: relative;
	z-index: 0;
}
.hero div {
	display: block;
	position: absolute;
	/*left: 50px;*/
	top: 25%;
	padding: 0 50px;
	
	font-weight: bold;
	color: #fff;
	line-height: 1.5;
}
@media only screen and (max-width: 800px) {
	.hero div {
		top: 15%;
	}
}
.hero h1 {
	font-size: 2.5rem;
}
/*
.hero .google_reviews {
	position: absolute;
	right: 30px;
	top: 35%;
	bottom: 450px;
	width: 500px;
	transform: rotate(-20deg);
}
@media only screen and (max-width: 600px) {
	.hero .google_reviews {
		top: 41%;
	}
}
@media only screen and (max-width: 415px) {
	.hero .google_reviews {
		top: 45%;
	}
}
@media only screen and (max-width: 390px) {
	.hero .google_reviews {
		display: none;
	}
}
*/
.hero .team_picture {
	width: 700px;
	height: auto;
	position: absolute;
	bottom: 0;
	right: 40px;
}
@media only screen and (max-width: 600px) {
	.hero .team_picture {
		bottom: -20px;
		right: -80px;
	}
}