.contact_center {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.address-section .address-column {
	margin-bottom: 30px;
}
.address-section .address-column .text {
	margin-bottom: 20px;
	margin-top: 0;
	color: #000;
}
.c_send-mail__form {
	margin: 0 40px;
	padding: 40px;
	padding-bottom: 60px;
	box-shadow: 1px 5px 30px rgba(0,0,0, .3);
	background-size: cover;
	background-position: bottom right;
}
.c_send-mail__form input {
	border: 0;
	border-bottom: 2px solid #d1d1d1;
	display: block;
	width: 100%;
	font-weight: 400;
	font-size: 15px;
	line-height: 30px;
	margin-bottom: 20px;
	background: none;
	color: #000;
}
.c_send-mail__form .submit-area {
	display: flex;
	justify-content: flex-end;
}
.c_send-mail__form button {
	border: 2px solid #ff7302;
	padding: 5px 10px;
	background: #ff7302;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 2px;
	margin-top: 30px;
	transition: all .2s ease-in-out;
	color: white;
}
.c_send-mail__form button:hover {
	background: none;
	color: #ff7302;
}
.c_send-mail__form textarea {
	width: 100%;
	height: 200px;
	/* max-width: 500px; */
	border-bottom: 2px solid #d1d1d1;
	font-size: 13px;
	padding: 0px 20px;
	color: #333;
	background: none
}
@media (min-width: 992px) {
	.address_text {
    	transform: translateY(-23px);
	}
}

@media (max-width: 575px) {
	.c_send-mail__form {
		margin: 0;
	}
}