body{
  background-color:rgb(115,74,41);
}
body .footer{
  margin-top: 0px;
  background-color: #452d19;
}
.bg-bottom{
  position:absolute;
  bottom:-2vw;
  left:50%;
  transform:translateX(-50%);
  width:100vw;
  z-index:1;
}
@media (max-width:767px){
  .bg-bottom{
    display:none;
  }
}