.section-divider{
	height: 4rem;
	display: block;
}
@media (max-width: 768px) {
	.section-divider{
		height: 2.5rem;
	}
}