.footer-container {
  background-image: linear-gradient(180deg, rgba(15, 15, 15, 0.8603816526610644) 0%, rgba(15, 15, 15, 0.19931722689075626) 17%, rgba(15, 15, 15, 0.1881127450980392) 84%, rgba(15, 15, 15, 0.8631827731092436) 100%), url(../assets/bg-3.webp);
  background-position: center;
  background-size: cover;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 10px 0 0 0;
}

.footer-banner {
  width: calc(100% - 20px);
  max-width: 800px;
  border: 2px solid;
  border-image: linear-gradient(to bottom, #ff715a, #eeb66815) 1;
}

.footerMap {
  width: calc(100% - 20px);
  max-width: 800px;
  height: 500px;
  border: 2px solid;
  border-image: linear-gradient(to bottom, #ff715a, #eeb66815) 1;
}

.footer-info {
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding: 20px;
  color: #aeaeae;
  font-size: 11px;
  text-align: center;
}

.footer-info>div>span:last-child {
  font-size: 14px;
  color: white;
}

.copyright {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  background-color: #202020;
  color: white;
  padding: 10px 0 10px 0;
  padding-bottom: 30px;
}