.lw_content_wrap.page .wp-block-wdl-lw-step-1 {
  margin-left: calc((100% - 100vw) / 2);
  width: 100vw;
}

.lw-step-1 {
  position: relative;
  z-index: 10;
  padding: 88px 40px 64px 40px;
  background-size: cover;
  background-position: 0 0;
}

@container (max-width:1050px) {
  .lw-step-1 {
    padding: 88px 32px 64px 32px;
  }
}

@container (max-width:450px) {
  .lw-step-1 {
    padding: 56px 24px 32px 24px;
  }
}

@media (max-width: 370px) {
  .lw-step-1 {
    padding: 56px 8px 24px 8px;
  }
}

.lw-step-1 + .last_content {
  display: none;
}

.lw-step-1__filter {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: var(--color-main);
  opacity: 0.8;
}

.lw-step-1 h2.lw-step-1__title {
  position: relative;
  z-index: 10;
  margin: 0;
  text-align: center;
  font-size: 40px;
  line-height: 1.5em;
  color: #111;
}

@container (max-width:1050px) {
  .lw-step-1 h2.lw-step-1__title {
    font-size: 32px;
  }
}

@container (max-width:450px) {
  .lw-step-1 h2.lw-step-1__title {
    font-size: 28px;
  }
}

.lw-step-1 ul.lw-step-1__inner {
  position: relative;
  z-index: 10;
  margin: 0 auto;
  margin-top: 40px;
  max-width: 800px;
  width: 100%;
  display: grid;
  gap: 12px;
  list-style: none;
}

@container (max-width:800px) {
  .lw-step-1 ul.lw-step-1__inner {
    margin-top: 32px;
  }
}

@container (max-width:500px) {
  .lw-step-1 ul.lw-step-1__inner {
    margin-top: 24px;
  }
}

.lw-step-1 ul.lw-step-1__inner li.lw-step-1__li {
  position: relative;
  background: #fff;
}

.lw-step-1 ul.lw-step-1__inner li.lw-step-1__li + li {
  margin-top: 32px;
}

.lw-step-1 ul.lw-step-1__inner li.lw-step-1__li + li .icon {
  display: block;
}

.lw-step-1 ul.lw-step-1__inner li.lw-step-1__li .icon {
  position: absolute;
  top: -40px;
  left: 0;
  right: 0;
  margin: auto;
  width: 1.5em;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  display: none;
}

.lw-step-1 ul.lw-step-1__inner li.lw-step-1__li .icon svg {
  width: 1.5em;
  height: 1.5em;
}

.lw-step-1 ul.lw-step-1__inner li.lw-step-1__li h3 {
  margin: 0;
  padding: 12px;
  font-size: 20px;
  background: var(--color-main);
  color: #fff;
  text-align: center;
}

@container (max-width:550px) {
  .lw-step-1 ul.lw-step-1__inner li.lw-step-1__li h3 {
    font-size: 18px;
  }
}

@media (max-width: 370px) {
  .lw-step-1 ul.lw-step-1__inner li.lw-step-1__li h3 {
    font-size: 16px;
  }
}

.lw-step-1 ul.lw-step-1__inner li.lw-step-1__li p {
  margin: 0;
  padding: 24px;
  color: #333;
  white-space: pre-wrap;
  font-size: 16px;
}

@container (max-width:550px) {
  .lw-step-1 ul.lw-step-1__inner li.lw-step-1__li p {
    font-size: 14px;
  }
}

@media (max-width: 370px) {
  .lw-step-1 ul.lw-step-1__inner li.lw-step-1__li p {
    padding: 16px;
  }
}

.lw-step-1 .lw-step-1__remove_btn {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 10;
  font-size: 12px;
  color: #fff;
  background: var(--color-accent);
  border: none;
  border-radius: 2px;
  cursor: pointer;
}

.lw-step-1 .lw-step-1__add_btn {
  position: relative;
  z-index: 10;
  margin: 0 auto;
  margin-top: 32px;
  padding: 12px 24px;
  padding: 12px 24px;
  width: 200px;
  font-size: 16px;
  cursor: pointer;
}
