footer {
  margin-top: 150px;
  height: auto;
  min-height: 200px;
  width: 100%;
  background: #7d8b98;
  /* position: absolute;
  bottom: 0; */
  flex: 0 0 auto;
}

footer .go-to-top {
  margin: auto;
}

footer .go-to-top button {
  padding: 5px 15px;
  background: #fff;
  border: 0;
  outline: 0;
}

footer .go-to-top img {
  width: 23px;
  margin-bottom: 2px;
}

footer ul {
  margin: 50px auto 20px auto;
  width: 80%;
  flex-wrap: wrap;
}

footer ul li {
  color: #fff;
  margin: auto auto 30px auto;
  letter-spacing: 1px;
}

footer .numbers div {
  margin-left: 7px;
  flex-wrap: wrap;
}

footer .location img {
  height: 23px;
}

footer .location p {
  color: #fff;
  margin-bottom: 0;
  margin-left: 10px;
  /* transform: rotateY(0px); */
}

footer .mr {
  margin-right: 10px;
}

footer .copyright {
  margin-bottom: 20px;
}

footer .copyright span {
  position: relative;
  bottom: -1px;
  margin-left: 5px;
  color: #fff;
  letter-spacing: 1px;
}
