.mobile-menu {
	list-style: none;
	line-height: 2;
	font-size: 16px;
	letter-spacing: 0.6px;
	font-family: Roboto;
	text-decoration: unset;
	color: #000000;
	white-space: nowrap;
}

.mobile-menu a,
.mobile-menu a:hover,
.mobile-menu a:visited {
	text-decoration: unset;
	color: #000000;
}

@media (min-width: 320.99px) {
	.mobile-menu {
		font-size: 18px;
	}
}

@media (min-width: 576px) {}

@media screen and (min-width: 768px) {
	.mobile-menu {
		font-size: 24px;
	}
}

@media screen and (min-width: 992px) {}

@media screen and (min-width: 1200px) {}