


/* 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;
	}
	body.custom-theme-btw #page-container #et-boc #et-main-area footer.et-l--footer .et_pb_section .et_pb_row::after {
		display: none;
	}
}
@media only screen and (max-width: 767px) {

	body.custom-theme-btw #page-container #et-boc #et-main-area footer.et-l--footer .et_pb_section .et_pb_row {
		flex-direction: column;
		gap: 48px;
	}
}


