
.footer-container{
  background: #DBDEE1;
}
.footer{
  width: 100%;
  margin: 0 auto;

  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  /* -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row; */
  /* -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; */
  padding: 30px 0px;
  font-size: 14px;
  color: #17242A;
  /* vertical-align: baseline; */
}
