#contact {
	position: relative;
    padding: 160px 40px 60px 40px;
    background: rgb(105,157,237);
	background: linear-gradient(70deg, rgba(105,157,237,1) 0%, rgba(43,57,130,1) 100%);
	justify-content: center;
}

#contact .column {
	align-items: center;
	text-align: center;
}

#contact h2::after {
	height: 0;
	background-color: transparent;
}

#contact p {
	color: white;
}

#contact .button {
	margin-top: 30px;
}

#contact .section-wave {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
}

@media all and (max-width: 1023px) {
	#contact {
		padding: 100px 20px 60px 20px;
	}
	#contact h2 {
		margin-bottom: 20px;
	}
}