.footer__wrapper {
  width: 100%;
  height: 450px;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
}
.footer__content {
  width: 100%;
  display: flex;
  flex-direction: column;

  align-items: center;
}

.footer_image {
  width: 267px;
  height: 350px;

  /* background-image: url('/static/photo/footer.png'); */
  /* background-size: 278px 500px; */

  /* background-repeat: no-repeat; */
  /* background-position: bottom; */
  /* box-shadow: 5px -15px 100px black; */
}
