#menu-builder-footer
{
	display: flex;
	justify-content: space-between;
	flex-flow: column wrap;	
	height: 220px;
	padding: 10px 0;
	width: -moz-available;
}

@media screen and (max-width:991px)
{
	#menu-builder-footer
	{
		height: auto;
		text-align: center;
		justify-content: center;
		align-items: center;
	}
}

#menu-builder-footer a:link,
#menu-builder-footer a:active,
#menu-builder-footer a:visited
{
	display: flex;
	align-items: center;
	font-family: inter, sans-serif;
	font-size: 13px;
	font-weight: 600;
	color: #9D9D9D;
	text-decoration: none;
	transition: color 0.2s;
	margin-bottom: 30px;
	margin-right: 60px;
}

@media screen and (max-width:991px)
{
	#menu-builder-footer a:link,
	#menu-builder-footer a:active,
	#menu-builder-footer a:visited
	{
		margin-right: 0;
	}
}

#menu-builder-footer a:hover
{
	color: #AF1019;
}

#menu-builder-footer a img
{
	padding-right: 3px;
}