.container {
	display: flex;
    align-items: center;
    justify-content: center;
}
.container div {
	max-width: 1120px;
	padding-top: 50px;
	padding-left: 20px;
}
.container div div {
	padding-bottom: 10px;
}
.container div div p {
	text-align: justify;
	font-size: 16px;
}
.left-column {
	width: 45%;
	float: left;
}
.right-column {
	width: 45%;
	float: left;
	margin-left: 5%;
}
.button {
	background-color: #707682;
	font-size: 16px;
	border-radius: 3px;
	min-width: 9.7em;
	padding: 0.9em 1.45em;
	display: inline-block;
	text-decoration: none !important; 
	-webkit-appearance: none;
	line-height: 1.5; border: none;
	font-weight: normal;
	text-align: center;
	box-sizing: border-box;
	cursor: pointer;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	color: white;
}
@media (max-width: 600px) {
	.left-column {
		width: 95%;
		float: none;
	}
	.right-column {
		width: 95%;
		float: none;
		margin-left: 0;
	}
	.container div {
		padding-left: 15px;
	}
}