.section--hero-unternehmen {
  padding-top: var(--space-40);
  padding-bottom: var(--space-40);
}

.section--hero-unternehmen__grid {
  align-items: center;
}

.section--hero-unternehmen__content {
  max-width: 36rem;
}

.section--hero-unternehmen__actions {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-8);
  margin-top: var(--space-16);
}

.section--hero-unternehmen__image-wrapper {
  display: none;
}

.section--hero-unternehmen__figure {
  border-radius: var(--radius-xl);
  overflow: hidden;
  box-shadow: var(--shadow-md);
}

.section--hero-unternehmen__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section--image-block__figure {
  border-radius: var(--radius-xl);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
}

.section--image-block__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section--team {
  align-items: center;
}

.section--cta {
  padding-top: var(--space-40);
  padding-bottom: var(--space-40);
}

@media (min-width: 768px) {
  .section--hero-unternehmen {
    padding-top: var(--space-48);
    padding-bottom: var(--space-48);
  }

  .section--hero-unternehmen__image-wrapper {
    display: block;
  }
}

@media (min-width: 1024px) {
  .section--hero-unternehmen__content {
    max-width: 32rem;
  }
}
