.main-footer .footer {
	display: flex;
	height: 118px;
	padding: 24px;
	justify-content: center;
	align-items: center;
	gap: 48px;
	align-self: stretch;
}

.main-footer .footer .footer-content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 18px;
}

.main-footer .footer .footer-content .icon object {
	width: 24px;
	height: 24px;
	aspect-ratio: 1/1;
}

.main-footer .footer .footer-content .text {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 6px;
}

.main-footer .footer .footer-content .all_rights_reserved {
	color: #000824;
	font-family: Inter;
	font-size: 12px;
	font-style: normal;
	font-weight: 500;
	line-height: 14px; /* 116.667% */
	letter-spacing: -0.4px;
}

.main-footer .footer .footer-content .privacy_policy {
	color: #FF004D;
	font-family: Inter;
	font-size: 12px;
	font-style: normal;
	font-weight: 500;
	line-height: 14px; /* 116.667% */
	letter-spacing: -0.4px;
	text-decoration: none;
}

