#root .footer {
  position : relative;
}
#root .footer .container {
  position : relative;
  z-index : 2;
}
#root .footer::before {
  content : "";
  position : absolute;
  inset : 0;
  background : rgba(64,40,40,0.8);
  z-index : 1;
}
#root .footer .footer-bg-img {
  position : absolute;
  top : 0;
  left : 0;
  width : 100%;
  height : 100%;
  object-fit : cover;
  z-index : 0;
}


.googlemap iframe {
  width : 100%;
  height : auto;
  aspect-ratio : 3/2;
  border : none;
}

.footer-info-table > .row:not(:last-child) {
  margin-bottom : 0.5rem;
}