footer {
  width: 100%;
  background: #eccb92;
  display: flex;
  align-items: center;
  padding-bottom: 20rem;
}
footer .box {
  margin: 8rem auto 0 auto;
  display: flex;
  flex-wrap: wrap;
  padding: 0rem 3rem;
}
footer .box .top {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  margin-bottom: 8rem;
}
footer .box .top .img {
  width: 62rem;
}
footer .box .top .img img {
  width: 100%;
}
footer .box .center {
  margin-bottom: 5rem;
}
footer .box .center .content {
  width: 100%;
  color: #8d6037;
}
footer .box .center .content p {
  font-size: 5rem;
  margin-bottom: 3.5rem;
}
footer .box .bottom {
  width: 100%;
}
footer .box .bottom img {
  width: 100%;
}
