.footNav {
  width: 100%;
  overflow: hidden;
  position: relative;
  background: #1a1a1a;
  padding-bottom: 100px;
}
.footNav img {
  line-height: 0;
}
.footNav .ms-foot-main {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.footNav .ms-foot-title {
  color: #fff;
  font-size: 18px;
  margin: 25% 0;
  margin-bottom: 10%;
  text-align: left;
}
.footNav .ms-foot-name {
  color: #ddd6d6;
  font-size: 14px;
  margin-top: 7%;
  text-align: left;
}
