/* Add here all your CSS customizations */
.instalacao-card {
  background: #ffffff;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.08);
}

.instalacao-card h4 {
  color: #f7b500;
  font-weight: 700;
}

.instalacao-card i {
  margin-bottom: 10px;
}
