.section-6 .container{
	display: flex;
	justify-content: space-between;
}

.section-6 .container > div{
	width: calc(50% - 25px);
}

.section-6 .image-column img{ border-radius: 6px; }

.section-6 .wpcf7-form-control-wrap.subject{ display: none; }
.section-6 br{ display: none; }
.section-6 input[type="email"],
.section-6 input[type="text"],
.section-6 textarea{
	width: 100%;
	border: 1px solid #BABABA;
	font-family: 'Roboto', sans-serif;
	font-size: 1rem;
	padding: 14px 28px; 
}

.section-6 input[type="email"]:placeholder,
.section-6 input[type="text"]:placeholder,
.section-6 textarea:placeholder{
	color: #000000;
}

.section-6 input[type="email"],
.section-6 input[type="text"] { height: 50px;  }
.section-6 textarea{ height: 80px; resize: vertical; }

.section-6 .wpcf7-form-control-wrap{ display: table; width: 100%; margin-bottom: 20px; }

.section-6 input[type="submit"] { 
	width: 155.52px; height: 50px; background: white; 
	font-size: 1rem;
	display: flex;
	justify-content: center;
	align-items: center;
}

@media (min-width: 768px) {
	.section-6 h2{ padding-bottom: .4em !important; }
}

@media (max-width: 767px) {
	.section-6 .container{ flex-direction: column; }
	.section-6 .image-column{
		margin-left: -32px;
		min-width: calc(100% + 64px);
	}
	.section-6 .image-column img{
		border-radius: 0;  
		position: relative;
		top: -4.875rem;
	}
	
	.section-6 .form-column{
		min-width: 100%;
	}
}