.wp-template-single {

	max-width: 43.75rem;
}
.wp-template-single > div:first-of-type,
.wp-template-single > div:nth-child(4) {
	padding: 0 0.625rem;
}
@media screen and ( min-width: 720px ) {
	.wp-template-single > div:first-of-type,
	.wp-template-single > div:nth-child(4) {
		padding: 0;
	}
}