.footer-basic-centered{
  	background-color: #446e9b;
	box-sizing: border-box;
	width: 100%;
	font: normal 12px sans-serif;
	text-align: center;
	padding: 20px;
	margin-top: 0px;
}

.footer-basic-centered .footer-company-motto{
	color:  #ffffff;
	font-size: 20px;
	margin: 0;
}

.footer-basic-centered .footer-company-name{
	color:  #ffffff;
	font-size: 12px;
	margin: 0;
}

.footer-basic-centered .footer-links{
	list-style: none;
	font-weight: bold;
	color:  #ffffff;
	padding: 35px 0 23px;
	margin: 0;
}

.footer-basic-centered .footer-links a{
	display:inline-block;
	text-decoration: none;
	color: inherit;
}

@media (max-width: 600px) {

	.footer-basic-centered{
		padding: 20px;
	}

	.footer-basic-centered .footer-company-motto{
		font-size: 12px;
	}

	.footer-basic-centered .footer-company-name{
		font-size: 12px;
	}

	.footer-basic-centered .footer-links{
		font-size: 12px;
		padding: 20px 0 20px;
	}

	.footer-basic-centered .footer-links a{
		line-height: 1.5;
	}
}