.sfbbo-footer {
	background: rgba(0,0,0,0.05);
	padding: 60px 40px;
	font-size: 14px;
	width: 100%;
	box-sizing: border-box;
}

.sfbbo-footer__cols {
	max-width: 1200px;
	margin-left: auto !important;
	margin-right: auto !important;
	margin-bottom: 40px;
}

.sfbbo-footer__col {
	display: flex;
	align-items: center;
	justify-content: center;
}

/* Hide the empty spacer column when stacked on mobile */
@media (max-width: 599px) {
	.sfbbo-footer__col--spacer {
		display: none;
	}
}

.sfbbo-footer__social {
	margin-bottom: 24px;
}

.sfbbo-footer__contact {
	font-size: 14px;
	line-height: 1.8;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}
