.Footer {
  position: relative;
  padding: 25px 25px 120px;
  line-height: 1.5;
}

.Footer .Column:nth-child(2) {
    line-height: 1.25;
  }

.Footer hr {
    margin-top: 15px;
    margin-bottom: 15px;
    border-top: 1px solid var(--clr-grayLight);
    border-right: none;
    border-bottom: none;
    border-left: none;
  }

@media screen and (min-width: 769px) {

.Footer {
    padding: 25px;
}
  }

.Footer-logo {
  display: block;
  width: 100px;
  margin-right: auto;
  margin-left: auto;
}

.Footer-toTop {
  position: fixed;
  z-index: 999;
  right: 30px;
  bottom: 100px;
}

@media screen and (min-width: 769px) {

.Footer-toTop {
    bottom: 30px;
}
  }

.Footer-contact span {
  display: block;
}
