.cc-module-hero {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  padding: 4rem 2rem;
}

.cc-hero-content {
  flex: 1;
}

.cc-hero-image img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}

.cc-btn {
  display: inline-block;
  padding: 0.75rem 1.5rem;
  background-color: var(--cc-primary, #007bff);
  color: #fff;
  border: none;
  border-radius: 4px;
  text-decoration: none;
}