@charset "utf-8";

.hero-container,
.hero-table {
    height: 320px;
}

a {
	color: rgba(21, 37, 93, 1);
}

.header-title {
	background: rgba(33, 33, 33, 1);;
	color: #ffffff;
	font-size: 16px;
	font-weight: bold;
}

.input-contact {
	padding: 10px;
	background: #dedede;
	box-sizing: border-box;
	border: 0px;
	width: 100%;
}

.textarea-contact {
	padding: 10px;
	background: #dedede;
	box-sizing: border-box;
	border: 0px;
	height: 100px;
	width: 100%;
}

.contact-input-label {
	font-weight: bold;
	margin-bottom: 5px;
}

.contact-form-input-container {
	margin-right: 20px;
	width: 50%;
}

.contact-form-textarea-container {
	margin-right: 20px;
	width: 100%;
}

.contact-form-col-section {
	max-width: 550px;
	display: flex;
	margin-top: 20px;
}

.contact-send {
	max-width: 150px; 
	margin-top: 20px;
}