.birthday-section {
  /* background-color: #bd976d; */
  background-color: #37145c97 !important;
  padding: 3rem 1.5rem 0.3rem 1.5rem;
  text-align: center;
  font-family: 'Poppins', sans-serif;
}

.birthday-container {
  max-width: 800px;
  margin: auto;
}

.birthday-title {
  font-size: 2rem;
  color: white;
  font-weight: bold;
  margin-bottom: 1rem;
}

.birthday-description {
  font-size: 1.1rem;
  color: white;
  line-height: 1.6;
}

/* Responsive */
@media (max-width: 768px) {
  .birthday-title {
    font-size: 1.6rem;
  }

  .birthday-description {
    font-size: 1rem;
  }
}
