/*
 * Author: Luca Arzilli, ALSolutions
 *
 * Project Name: Geen
 *
 */

/* HOME PAGE */

/* contatti */

#contact-us h3 {
	color:#000;
	font-size: clamp(30px, 3.5vw, 55px);
  	line-height: clamp(35px, 4vw, 60px);
	font-weight:normal;
	margin-bottom:35px;
}
#contact-us button {
	margin-top:20px;
}
iframe {
	border-radius:2vw;
}

@media (max-width: 575px) {
	iframe, hr {
		margin-top:50px;
	}
}