
/* Hero section */

.hero {
	background-size: cover;
	position: relative;
	padding: 20% 0;
}

.hero .hero_wrap {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 50%;
    background: #fff;
    padding: 70px;
}

.hero .hero_wrap h1 {
    font-size: 48px;
    font-weight: normal;
    max-width: 75%;
}

.hero .hero_wrap p {
	font-size: 18px;
	line-height: 26px;
}


/* Services */

