.whycta01 {
  padding: var(--section-y) var(--page-pad);
}

.whycta01__panel {
  position: relative;
  overflow: hidden;
  max-width: var(--content-max);
  margin-inline: auto;
  padding: calc(var(--section-y) + var(--space-6)) var(--page-pad);
  background: #eaeceb;
  border-radius: calc(var(--radius) * 2.5);
}

.whycta01__deco {
  position: absolute;
  z-index: 0;
  width: min(38%, 14rem);
  pointer-events: none;
}

.whycta01__deco--left {
  left: -8%;
  bottom: -1.5rem;
}

.whycta01__deco--right {
  top: 0;
  right: -10%;
}

.whycta01__inner {
  position: relative;
  z-index: 1;
  max-width: var(--head-max);
  margin-inline: auto;
  text-align: center;
}

.whycta01__title {
  margin-bottom: var(--space-3);
  font-family: var(--font-heading);
  font-size: var(--fs-h2);
  font-weight: 500;
  line-height: 1.3;
}

.whycta01__lead {
  margin-bottom: var(--space-6);
  color: var(--color-text-muted);
  line-height: var(--lh-body);
}

.whycta01__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3rem;
  padding: var(--btn-pad);
  background: var(--btn-bg);
  color: var(--btn-fg);
  border-radius: var(--btn-radius);
  font-weight: 500;
}

@media (min-width: 768px) {
  .whycta01__deco--left {
    left: 0;
  }

  .whycta01__deco--right {
    right: 0;
  }
}
