.page-content .section:not(:last-child) {
    margin-bottom: 0;
}

.page-content .section:not(:first-child) {
    padding-top: 80px;
}

@media screen and (max-width: 1024px) {
    .page-content .section:not(:last-child) {
        margin-bottom: 0;
    }

	.page-content .section:not(:first-child) {
		padding-top: 48px;
	}
}