.mainform{
	width: 100%;
}
.column_2 input[type=text], input[type=email], input[type=number] {
    width: 50%;
}
.column_2 {
    width: 100%;
	margin-top: 10px;
    margin-bottom: 10px;
}

@media only screen and (max-width: 768px) {
.column_2 input[type=text], input[type=email], input[type=number], input[type=submit] {
    width: 100%;
}
}