.footer {
  background-color: rgb(26, 24, 22);
  padding: 80px 0 40px;
  color: #d0d0d0;
}

.footer-inner {
  display: flex;
  justify-content: space-between;
  gap: 60px;
}

.footer-col {
  width: 33%;
}

.footer-title {
  font-size: 22px;
  color: rgb(244, 128, 0);
  margin-bottom: 20px;
}

.footer-text {
  font-size: 18px;
  line-height: 1.7;
  color: #b8b8b8;
  max-width: 380px;
}

.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links li {
  margin-bottom: 10px;
}

.footer-links a {
  color: #c9a86a;
  font-size: 18px;
  transition: 0.2s ease;
}

.footer-links a:hover {
  color: #e6c98a;
}

.footer-bottom {
  border-top: 1px solid #3a3937;
  margin-top: 60px;
  padding-top: 20px;
}

.footer-copy {
  font-size: 16px;
  color: #8f8f8f;
}
