
/* FOOTER */

body.custom-theme-btw #page-container #et-boc #et-main-area footer.et-l--footer .et_pb_row {
	display: flex;
	flex-wrap: initial;
	gap: 32px;
	align-items: flex-end;
}
body.custom-theme-btw #page-container #et-boc #et-main-area footer.et-l--footer .et_pb_row::after {
	display: none;
}
body.custom-theme-btw #page-container #et-boc #et-main-area footer.et-l--footer .et_pb_row .et_pb_column {
	width: 140px;
	margin: 0px !important;
}
body.custom-theme-btw #page-container #et-boc #et-main-area footer.et-l--footer .et_pb_row .et_pb_column.et-last-child {
	width: auto;
	margin-left: auto !important;
}
body.custom-theme-btw #page-container #et-boc #et-main-area footer.et-l--footer .et_pb_row .et_pb_column .et_pb_image span.et_pb_image_wrap img {
	width: 100%;
	height: auto;
}

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

	body.custom-theme-btw #page-container #et-boc #et-main-area footer.et-l--footer .et_pb_row {
		gap: 16px;
	}
	body.custom-theme-btw #page-container #et-boc #et-main-area footer.et-l--footer .et_pb_row .et_pb_column {
		width: 100px;
	}
}
@media only screen and (max-width: 767px) {

	body.custom-theme-btw #page-container #et-boc #et-main-area footer.et-l--footer .et_pb_row {
		flex-wrap: wrap;
	}
	body.custom-theme-btw #page-container #et-boc #et-main-area footer.et-l--footer .et_pb_row .et_pb_column {
		width: 80px !important;
	}
	body.custom-theme-btw #page-container #et-boc #et-main-area footer.et-l--footer .et_pb_row .et_pb_column.et-last-child {
		width: 100% !important;
	}
}


