body {
  font-family: Arial, sans-serif;
}

.carousel-img {
  height: 400px;
  object-fit: cover;
}

.produto-img {
  height: 250px;
  object-fit: cover;
}

section h2 {
  border-bottom: 2px solid #0d6efd;
  padding-bottom: 8px;
  margin-bottom: 20px;
}

footer p {
  margin-bottom: 8px;
}