.google-map-two {
  position: relative;
  width: 100%;
  height: 400px; /* ajuste a altura conforme necessário */
}

.google-map-two iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.branch-address {
  background: #f5f6f8;
  padding: 40px 0;
  font-family: sans-serif;
}

.address-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  max-width: 1200px;
  margin: auto;
}

.address-card {
  background: #fff;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}

.address-card h6 {
  font-size: 18px;
  margin-bottom: 12px;
  color: #333;
}

.address-card p {
  font-size: 14px;
  margin: 6px 0;
  color: #555;
}

.address-card i {
  margin-right: 8px;
  color: #444;
}

.social-icons a {
  margin-right: 10px;
  color: #555;
  text-decoration: none;
  font-size: 18px;
  transition: color 0.3s;
}

.social-icons a:hover {
  color: #007bff;
}
