.demo-pharagraph {
  font-size: 1.8rem;
  text-align: center;
}

.demo-feature-list {
  list-style: disc;
  padding-left: 2em;
  margin-left: 0;
}

.demo-feature-list li {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
  display: list-item;
  list-style: disc;
  margin-left: 0;
}

.demo-content-wrapper {
  display: flex;
  align-items: center;
}

.demo-left {
  max-width: 400px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.demo-right {
  display: flex;
  justify-content: center;
  min-width: 0;
}

.demo-gif-container {
  position: relative;
  width: 100%;
}

.demo-mock-bg {
  width: 100%;
  height: auto;
  z-index: 1;
  max-width: 600px;
  margin: 0 auto;
}

.demo-gif-img {
  position: absolute;
  top: 18%;
  left: 17%;
  z-index: 5;
  width: 66%;
  height: auto;
  display: block;
}

.demo-badge {
  display: flex;
  width: 700px;
  margin: auto;
  background-color: #fff;
}

.demo-badge img {
  display: block;
}

.btn-wrap {
  text-align: left;
}

/* モバイル対応 */
@media (max-width: 768px) {
  .demo-pharagraph {
    font-size: 1.4rem;
  }

  .demo-content-wrapper {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    margin-bottom: 30px;
  }

  .btn-wrap {
    text-align: center;
  }

  .demo-badge {
    display: flex;
    width: 260px;
    margin: auto;
    background-color: #fff;
  }
}
