.header-honey-page {
  background-color: #f8f8f8; /* optional */
  padding: 60px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  min-height: 300px;
}

.honeycomb-header {
  max-width: 950px;
  width: 100%;
}

.honeycomb-header h3 {
  font-size: 3rem;
  color: #333;
  margin-bottom: 20px;
}

.honeycomb-header p {
  font-size: 1rem;
  color: #555;
  line-height: 1.6;
  padding: 0 10px;
}

/* Responsive tweaks */
@media (max-width: 768px) {
  .header-honey-page {
    padding: 40px 15px;
  }

  .honeycomb-header h3 {
    font-size: 1.6rem;
  }

  .honeycomb-header p {
    font-size: 0.95rem;
  }
}

@media (max-width: 480px) {
  .header-honey-page {
    padding: 30px 10px;
  }

  .honeycomb-header h3 {
    font-size: 1.4rem;
  }

  .honeycomb-header p {
    font-size: 0.9rem;
  }
}
