.feature-large-c-root {
  position: relative;
  overflow: hidden;
  padding-top: 80px;
  padding-bottom: 80px;
  background-size: cover;
  background-position: center;
}

.feature-large-c-animation-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  z-index: 0;
  pointer-events: none;
}

.feature-large-c-container {
  position: relative;
  z-index: 2;
}

.feature-large-c-content {
  border-radius: 16px;
  padding: 32px;
  background-color: var(--feature-large-c-bg, #fff);
  color: var(--feature-large-c-color, #000);
}

.feature-large-c-header {
  font-weight: 700;
  margin-bottom: 16px;
}

.feature-large-c-subhead {
  font-weight: 600;
  margin-bottom: 16px;
}

.feature-large-c-body {
  margin-bottom: 24px;
  line-height: 1.6;
}

.feature-large-c-buttons {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 8px;
}
