#menu-builder-footer
{
	display: flex;
	justify-content: space-between;
	margin-bottom: 43px;
}

@media screen and (max-width: 991px)
{
	#menu-builder-footer
	{
		justify-content: center;
		flex-direction: column;
		align-items: center;
		margin-bottom: 10px;
	}
}

#menu-builder-footer a:link,
#menu-builder-footer a:active,
#menu-builder-footer a:visited
{
	display: flex;
	align-items: center;
	font-family: 'Fira_Sans', sans-serif;
	font-size: 18px;
	font-weight: 500;
	color: #ffffff;
	text-decoration: none;
	transition: color 0.2s;
}

@media screen and (max-width: 991px)
{
	#menu-builder-footer a:link,
	#menu-builder-footer a:active,
	#menu-builder-footer a:visited
	{
		margin-bottom: 20px;
	}
}

#menu-builder-footer a:hover
{
	color: #CD2029;
}

#menu-builder-footer a img
{
	padding-right: 3px;
}