/**
 * Extra styles
 */
.et_divi_builder #et_builder_outer_content .scroll-arrow {
	font-family: "FontAwesome" !important;
	margin: 0 auto !important;
    text-align: center !important;
}

.et_divi_builder #et_builder_outer_content .scroll-arrow:after {
	content: '\f107' !important;
}

.et_pb_module.background-button .et_pb_text_inner {
	display: flex;
	width: 100%;
	height: 100%;
	align-items: center;
	justify-content: center;
}

.et_pb_module.background-button .et_pb_text_inner a {
	padding: 0 !important;
}

.et_pb_module.background-button .et_pb_text_inner a:after {
	position: static !important;
}