.fab-location-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 40px auto;
  text-align: center;
}

.fab-location-card img {
  border-radius: 50%;
  width: 220px;
  height: 220px;
  object-fit: cover;
  box-shadow: 0 6px 20px rgba(0,0,0,0.15);
  border: 4px solid #fff;
}

.fab-location-card a {
  background: #7a1212;
  color: #fff;
  padding: 14px 32px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: bold;
  margin-top: 16px;
  display: inline-block;
}
}