.menu-builder-footer
{
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 25px;
	flex-flow: wrap;
	gap: 20px;
}

@media screen and (max-width:1440px)
{
	.menu-builder-footer
	{
		margin-bottom: 45px;
	}
}

@media screen and (max-width:992px)
{
	.menu-builder-footer
	{
		flex-flow: column nowrap;
		margin-bottom: 30px;
	}
}

.menu-builder-footer a
{
	display: flex;
	align-items: center;
	font-family: "roboto", Arial, Helvetica, sans-serif;
	font-size: 13pt;
	color: #212121;
	text-decoration: none;
	transition: color 0.2s;
	margin-right: 20px;
}

@media screen and (max-width:992px)
{
	.menu-builder-footer a
	{
		margin-right: 0;
		margin-bottom: 10px;
	}
}

.menu-builder-footer a:last-of-type
{
	margin-right: 0;
	margin-bottom: 0;
}

.menu-builder-footer a:hover
{
	color: #F59C00;
}

.menu-builder-footer a img
{
	padding-right: 3px;
}