


/* FOOTER */

@media only screen and (max-width: 980px) {

	body.custom-theme-btw #page-container #et-boc #et-main-area footer.et-l--footer .et_pb_section .et_pb_row {
		display: flex;
		flex-direction: column;
	}
	body.custom-theme-btw #page-container #et-boc #et-main-area footer.et-l--footer .et_pb_section .et_pb_row .et_pb_column {
		width: 100%;
		margin-bottom: 0px !important;
	}
}


