.footer-link {
  font-size: 1.5rem;
  letter-spacing: 0.65px;
  text-decoration: none;
  text-transform: uppercase;
  height: 100%;
  postion: relative;
  font-weight: 400;
}

.footer-link-block {
  margin: 25px 25px 0 25px;
  display: flex;
  flex-direction: row;
}

.footer-links-col {
  width: 25%;
  text-aligh: left;
  padding-bottom: 10px;
}

@media only screen and (max-width: 650px) {
  .footer-links-col {
    width: 100%;
    text-aligh: left;
  }
  .footer-link-block {
    margin: 25px 25px 0 25px;
    display: flex;
    flex-direction: column;
  }
}
