.luogo .luogo-header {
  text-align: center;
  padding: 2rem 1rem;
}

.luogo .luogo-header h1 {
  font-family: 'Playfair Display', serif;
  font-size: 2.5rem;
  margin-bottom: 1rem;
}

.luogo .luogo-header p {
  font-size: 1.1rem;
  color: #555;
}

.luogo .luogo-carousel {
  position: relative;
  width: 90%;
  max-width: 800px;
  height: 500px;
  margin: 2rem auto;
  overflow: hidden;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.luogo .luogo-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  cursor: pointer;
  transition: opacity 0.5s ease-in-out;
}

.luogo .luogo-description {
  max-width: 800px;
  margin: 2rem auto;
  font-size: 1.1rem;
  padding: 0 1rem;
  line-height: 1.6;
  text-align: justify;
}

.luogo .luogo-map {
  display: block;
  margin: 2rem auto;
  border: 0;
  width: 90%;
  max-width: 800px;
  height: 400px;
  border-radius: 10px;
}

@media (max-width: 768px) {
  .luogo .luogo-carousel {
    height: 300px;
  }

  .luogo .luogo-header h1 {
    font-size: 2rem;
  }
}
