footer {
  overflow: hidden;
  position: relative;
  margin-top: 40px;
}

footer .footer-center {
  background-color: #e9d3a9;
  padding: 40px 0;
}

footer .footer-title{
  color: #000;
  font-weight: 600;
  font-size: 28px;
  margin-bottom: 15px;
}

footer .footer-socials {
  margin-top: 15px !important;
  gap: 10px;
}

footer .footer-socials li a {
  display: block;
  border: 1px solid #9e7e2d;
  padding: 4px;
  border-radius: 5px;
  color: #9c8638;
  transition: 0.3s ease-in;
}

footer .footer-socials li a:hover{
  background-color: #000;
  color: #fff;
}

footer .footer-menu .menu-item {
    margin-bottom: 8px;
}

footer .footer-menu .menu-item a {
  color: #000;
  font-size: 18px;
}
/* */

/* */
footer .footer-bottom {
  padding: 15px 00 15px;
  background: #7f755f;
  border-top: 2px solid #fff;
}

footer .footer-bottom .copyright {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
}

footer .footer-bottom .footer-cr-logo img {
  width: 150px;
  height: auto;
}