#simplify {
  padding: 10.81rem 0;
  background: var(--Background-Normal-F9F9FF);
  overflow: hidden;
}

#simplify>.container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 2;
}

#simplify>.container .title {
  width: 40.68188rem;
  text-align: center;
  margin-bottom: 6rem;
}

#simplify .step {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
}

#simplify .step>img {
  width: 100%;
  height: 14.38488rem;
  object-fit: cover;
}

#simplify .step .step__group {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  padding-left: 8.75rem;
  padding-right: 6.59rem;
  gap: 5.5rem;
  position: absolute;
}

#simplify .step .step__group .step__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

#simplify .step__item .number {
  color: var(--Text-Text-Oxford-Blue-100---Body);
  font-size: var(--font-size-H2);
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: 0.01563rem;
  margin-bottom: 0.75rem;
}

#simplify .step__item .subtitle {
  color: var(--Text-Text-Oxford-Blue-100---Body);
  font-size: var(--font-size-sub1);
  font-style: normal;
  font-weight: 600;
  line-height: 160%;
  letter-spacing: 0.03125rem;
  text-align: center;
}

#simplify .overlay__left {
  width: 75.375rem;
  height: 44.1875rem;
  border-radius: 75.375rem;
  background: var(--soft-light-green);
  filter: blur(150px);
  position: absolute;
  bottom: -22.56rem;
}

#simplify .overlay__right {
  width: 52.3125rem;
  height: 36.0625rem;
  border-radius: 52.3125rem;
  background: var(--light-blue-transparent);
  filter: blur(100px);
  position: absolute;
  right: -17rem;
  top: 0;
}