.pricing {
  padding: 30px;
  font-family: Arial, sans-serif;
}

.pricing h2 {
  text-align: center;
  margin-bottom: 20px;
  color: #0a7d3b;
}

table {
  width: 100%;
  border-collapse: collapse;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

thead {
  background-color: #0a7d3b;
  color: #fff;
}

th, td {
  padding: 12px;
  text-align: center;
  border-bottom: 1px solid #ddd;
}

tbody tr:hover {
  background-color: #f2f2f2;
}

td:first-child {
  font-size: 20px;
}
