.buttons-center {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

	.buttons-center > *:not(:last-child) {
		margin-right: 1rem;
	}

.absolute-header.is-landing-demo {
	background: #D61E03 !important;
}

.hero-body {
	background: #D61E03 !important;
}