.custom-footer-3f1054a7 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	padding: 20px;
	gap: 20px;
	background: #f9f9f9;
}

.custom-footer-3f1054a7 .footer-logo img {
	max-width: 150px;
	height: auto;
}

.custom-footer-3f1054a7 .footer-menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	gap: 15px;
}

.custom-footer-3f1054a7 .footer-menu a {
	text-decoration: none;
	color: #333;
}

.custom-footer-3f1054a7 .footer-copyright {
	font-size: 14px;
	color: #666;
}

@media (max-width: 768px) {
	.custom-footer-3f1054a7 {
		flex-direction: column;
		text-align: center;
	}
	.custom-footer-3f1054a7 .footer-menu ul {
		flex-direction: column;
	}
}