.customPage {
  background: #fff;
  color: #000;
}
.customPage article {
  max-width: unset;
  margin: 0 auto;
  padding: 0;
}
.customPage article > div {
  max-width: 1300px;
  width: 100%;
  margin: 0 auto;
  padding: 80px 0;
  box-sizing: border-box;
}
.customPage .stepBox img {
  width: 64px;
  height: 64px;
}
.customPage .customizeList,
.customPage .stepBox {
  padding: 40px 0;
}
.customPage h1 {
  margin: 0;
}
.customPage h2 {
  font-size: 40px;
  font-weight: 700;
  margin: 0;
}
.customPage .btnBox {
  max-width: unset;
}
.btnBox a {
  border-radius: 12px;
  background: #8968f2;
  color: #fff;
}
.btnBox a:hover {
  opacity: 0.8;
}
.customPage .whiteBg.space {
  padding-top: 40px;
}
.wp-block-media-text {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.wp-block-media-text.has-media-on-the-right {
  direction: rtl;
}
.wp-block-media-text:first-child {
  margin-top: 80px;
}
.wp-block-media-text img {
  max-width: 490px;
  margin: 0 auto;
}
.wp-block-media-text .btnBox {
  margin: 0;
}
.wp-block-media-text .wp-block-media-text__content {
  max-width: 600px;
  padding: 0;
}
.wp-block-media-text__content p {
  margin: 40px 0;
}
.customPage .wp-block-columns.listBox {
  margin: 40px auto;
}
.customPage .customizeList.wp-block-columns.has-background {
  padding: 0;
}
.customPage .customizeList.listBox.wp-block-columns.has-background > div {
  padding: 20px;
  border-radius: 12px;
  text-align: left;
}
.customPage .customizeList.wp-block-columns.has-background img {
  margin: 40px auto 20px;
}
.customPage .customizeList.listBox.wp-block-columns.has-background img {
  width: 24px;
  height: 24px;
  margin: 0 20px 0 0;
}
.customPage .customizeList.listBox.wp-block-columns.has-background h5 {
  display: flex;
  align-items: center;
  margin: 20px 0;
}
.customPage .customizeList .wp-block-columns h5 {
  margin: 24px 0 8px;
}
.customPage .customizeList .wp-block-columns p {
  color: inherit;
  opacity: 0.7;
  font-size: 16px;
}
.customPage .customizeList.wp-block-columns.has-background img {
  border-radius: 10px;
}
.customPage .whiteBg:last-child {
  padding-top: 0;
}
.customPage .blogBox > div {
  max-width: 1300px;
}
.customPage .blogBox p {
  color: #2f2f2f;
}
.customPage .blogBox img {
  max-width: unset;
  margin-top: 40px;
}
.customPage .faqBox {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  padding: 40px;
}
.customPage .schema-faq {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin-top: 40px;
}
.customPage .schema-faq > div {
  width: 100%;
  padding: 24px;
  border-radius: 8px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  margin-bottom: 32px;
  text-align: left;
}
.customPage .schema-faq > div strong {
  font-weight: 500;
}
.customPage .schema-faq > div p {
  opacity: 0.8;
  font-size: 16px;
}
.customizeList .wp-block-columns {
  margin: 40px 0 0;
  padding: 0;
}
.customizeList .wp-block-columns img {
  border-radius: 10px;
  margin: 0;
}

@media screen and (max-width: 760px) {
  .customPage h1,
  .wp-block-media-text:first-child .has-text-align-left {
    text-align: center;
  }
  .customPage h2 {
    font-size: 22px;
  }
  .customPage .btnBox {
    max-width: 320px;
    margin: 0 auto;
  }
  .wp-block-buttons > .wp-block-button {
    width: 100%;
  }
  .btnBox a {
    width: 100%;
    font-size: 16px;
    margin: 0 auto 22px !important;
  }
  .wp-block-media-text {
    flex-direction: column;
  }
  .wp-block-media-text:first-child {
    margin-top: 0;
  }

  .wp-block-media-text.has-media-on-the-right,
  .wp-block-media-text.column-reverse {
    flex-direction: column-reverse;
  }
  .customPage article > div,
  .wp-block-media-text:first-child,
  .customPage .whiteBg,
  .customPage .customizeList.listBox.wp-block-columns.has-background,
  .customPage .faqBox,
  .customPage .customizeList,
  .customPage .stepBox {
    padding: 30px 20px;
    box-sizing: border-box;
  }
  .customPage .customizeList.listBox.wp-block-columns.has-background > div {
    margin-bottom: 20px;
  }
  .customPage .wp-block-columns.listBox {
    margin: 0;
  }
  .customPage .schema-faq > div {
    width: 100%;
  }
  .wp-block-media-text__content p {
    margin: 30px 0;
  }
}
