.footer {
  min-height: 250px;
	max-width:1920px;
  background: #001132;
  font-size: 14px;
  font-weight: normal;
  line-height: 22px;
  letter-spacing: 0em;
  color: #FFFFFF;
	flex:1;
  padding-bottom: 36px;
}
.footer-wrapper{
	display:flex;
	justify-content: center;
}
.footer .text {
	padding-bottom:10px;
}
.footer .title{
  padding-top:36px;
  font-size: 16px;
	padding-bottom:20px;
}
.footer .link a{
  color: #ACC6FF;
}
