.footer {
  width: 100vw;
  padding: 40px 0;
  background: var(--background-dark-filter);
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-container {
  max-width: 600px;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.location {
  padding: 20px 0;
}
.location span {
  color: rgba(255, 255, 255, 0.6117647059);
  position: relative;
  font-size: 16px;
  font-weight: 200;
  letter-spacing: 1.2px;
}
.location span::before {
  content: url(../../svg/location-marker.svg);
  position: absolute;
  left: -30px;
  top: -3px;
}

@media (max-width: 820px) {
  .location {
    padding: 20px 0;
  }
  .location span {
    font-size: 14px;
  }
  .location span::before {
    content: url(../../svg/location-marker.svg);
    position: absolute;
    left: -30px;
    top: -4px;
  }
}

/*# sourceMappingURL=footer.css.map */
