.Footer {
  background-color: #242325;
  width: 100%;

  padding-top: 40px;
  padding-bottom: 40px;
}
.Footer__links {
  display: flex;
  gap: 20px;
  justify-content: center;
}
.Footer__link {
  width: 32px;
  height: 32px;
}
.Footer__recruit {
  color: #fff;
  text-align: center;
  margin-top: 20px;
  font-size: 0.8rem;
}
.Footer__copy {
  color: #fff;
  text-align: center;
  margin-top: 20px;
  font-size: 0.8rem;
}
