// ============================================================================
// :: FOOTER
// ============================================================================
.o-footer {
	margin: 3rem 0 5rem;

	text-align: center;
}

// ============================================================================
// :: Modifiers
// ============================================================================
.o-footer--left {
	margin: 2rem;

	text-align: left;
}

// ============================================================================
// :: Elements
// ============================================================================

.o-footer__text {
	font-size: 1.25rem;
}
