footer{
	background-color: #0E2B5E;
	width: 100%;
	height: 200px;
	display: flex;
}

.footer-section{
	display: flex;
	flex-direction: column;
	width: 25%;
	height: 100%;
	justify-content: center;
	align-content: center;
	align-items: center;
}

.footer-section > p{
	font-size: 18px;
	width: 100%;
	text-align: left;
	color: #fff;
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
}

.footer-section > p > a{
	text-decoration: none;
	color: #fff;
}
.footer-btn-up{

}
.footer-btn-up > a{
	text-decoration: none;
	color: #fff;
	font-size: 18px;
}