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

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

.Footer hr {
    margin-top: 15px;
    margin-bottom: 15px;
    border-top: 1px solid #c5c7c8;
    border-right: none;
    border-bottom: none;
    border-left: none;
  }

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

.Footer {
    padding: 25px;
}
  }

.Footer-bow {
  display: block;
}

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