.home_banner_area {
	z-index: 1;
	background-image: url("../img/hero-banner.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	height: 80vh;
}

.home_banner_area h2 {
	margin-top: 20px;
	font-size: 73px;
	line-height: 1;
	letter-spacing: 4px;
	color: #f5f5f5;
	font-family: 'Adobe-Acumin-Pro-ExtraCondensed-Bold';
}

.home_banner_area h3 {
	margin-top: 20px;
	font-size: 20px;
	color: #f5f5f5;
	font-family: 'Lexend', sans-serif;
	line-height: 1.2;
	font-weight: 400;
}

.p_60 {
	padding-top: 25px;
	padding-bottom: 55px;
}

.m_60 {
	margin-top: 15px;
	margin-bottom: 60px;
}

.client-logo {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.client-logo h3 {
    font-size: 24px;
    color: #777777;
    font-family: "Adobe-Acumin-Pro-ExtraCondensed-Black", sans-serif;
}

.client-logo i {
    color: #777777;
}

p.infos {
	margin-bottom: 0.4rem;
	font-size: 16px;
    font-family: "Roboto", sans-serif;
}

p.infos a {
    color: #000;
    font-family: "Roboto", sans-serif;
    text-decoration: none;
}

p.infos a:hover {
   color: #253565;
   text-decoration: underline;
}

.section-2 {
    padding-top: 100px;
    padding-bottom:100px;
}

.description {
    color: #000;
    font-size: 25px;
    line-height: 40px;
    font-family: 'Lexend', sans-serif;
    font-weight: 100;
}

.div-center {
    margin: auto;
    width: 100%;
    border-bottom: 1px solid #000;
}

@media (min-width: 500px) {
	.home_banner_area h2 {
		font-size: 100px;
	}

	.home_banner_area h3 {
		font-size: 24px;
	}
}