/* ********** main ********** */

/* main {
	margin-bottom: 60px;
} */

/* Section .contact */

/* Article .banner */

section.contact article.banner {
	min-height: 20vh;
	margin-bottom: 30px;
	padding: 3% 20% 3% 3%;

	display: flex;
	flex-direction: column;
	justify-content: center;

	background: #bebebe url('../images/contact-banner.jpg') no-repeat center;
	background-size: cover;
	border-radius: 20px 20px 10px 10px;
	font-size: 1.5rem;
	color: white;
}

section.contact article.banner p {
	margin-bottom: 0;
}

/* Form .contact-form */

form.contact-form > * {
	margin-bottom: 10px;
}

form.contact-form input,
form.contact-form textarea {
	margin-bottom: 15px;
}

form.contact-form input::placeholder,
form.contact-form textarea::placeholder {
	font-size: 0.9rem;
}

form.contact-form input.bttn {
	background-color: white;
}
