.content__inner{
	max-width: 980px;
    margin: auto;
}

h1{
	font-size: 40px;
	font-weight: bold;
	margin-bottom: 50px;
}

h2{
	border: none;
	margin-top: 50px;
}

p{
	margin-bottom: 1em;
}

p.copyright{
	margin-bottom: 0;
}

table{
	width: 100%;
}

td{
	border: 1px solid #000;
	padding: 15px;
}

.content div{
	margin-bottom: 50px;
}

@media screen and (max-width: 768px){
	.content__inner{
		max-width: 90%;
	}

	h1{
		font-size: 26px
	}

	h2{
		margin-top: 30px;
	}

	.content div {
    	margin-bottom: 30px;
	}
}