.where-to-start {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  background-color: var(--default-color-white);
}

.where-to-start .scenario-header {
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 10px 20px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  z-index: 1;
  background-color: var(--default-color-white);
}

.where-to-start .icon-interactive {
  display: flex;
  width: 50px;
  height: 50px;
  align-items: center;
  justify-content: space-around;
  gap: 10px;
  position: relative;
  border-radius: var(--default-button-corner);
  aspect-ratio: 1;
}

.where-to-start .icons {
  position: relative;
  width: 32px;
  height: 32px;
  aspect-ratio: 1;
}

.where-to-start .text-wrapper-4 {
  position: relative;
  width: fit-content;
  font-family: "PingFang SC-Medium", Helvetica;
  font-weight: 500;
  color: var(--default-color-black);
  font-size: 28px;
  text-align: center;
  letter-spacing: -0.62px;
  line-height: 42px;
  white-space: nowrap;
}

.where-to-start .content {
  position: relative;
  width: 350px;
  height: 680px;
  z-index: 0;
}
