.footer__items--item img {
  transform: scale(2);
  loading: lazy;
}

.footer__items--item h3,
.footer__items--item a {
  font-size: 25px;
}

.footer-menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-menu li {
  margin: 0 10px;
}

.footer-menu a {
  color: #555;
  text-decoration: none;
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  transition: color 0.2s ease-in-out;
}

.footer-menu a:hover {
  color: #333;
}

@media (max-width: 768px) {
  .footer-menu li {
    margin: 20px 20px;
  }
}

.map-container {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}

.map-container iframe {
  border: 5px solid #ccc;
  height: 200px;
  width: 100%;
}