footer {
  top: 2px;
  position: relative;
  width: 100%;
  background-color: white;
  display: flex;
  flex-flow: column;
  margin-top: 6rem;
}
footer .footer-group {
  display: flex;
  justify-content: center;
  align-items: center;
  color: black;
  gap: 5vw;
  width: 100%;
  padding: 4rem;
  border-top: solid 1px black;
  flex-wrap: wrap;
}
footer .footer-group .cta {
  font-family: "graphikregular";
}
