.footer-menu { 
	color: var(--White);
}

.footer-menu__list {
    white-space: nowrap; 
    gap: 1.5rem;
}

.footer-menu__item { 
}

/* .footer-menu__item::before {
	position: absolute;
	top: 8px;
	left: 3px;

	content: "";

	display: block;
	width: 5px;
	height: 5px;

	background-color: #fff;
	border-radius: 50%;
} */