.warp.H-19x777h {
    margin-top: 30px;
    margin-bottom: 60px;
    padding: 20px 60px;
  }
  .bg.H-19x777h {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: var(--blue);
  }
  .bg.H-19x777h img:where(.H-19x777h) {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .warp.H-19x777h .sub {
    max-width: 380px;
  }
  .warp.H-19x777h .btn {
    line-height: 38px;
    background: #fff;
    color: #141414;
    border-radius: 32px;
    font-weight: bold;
  }
  .warp.H-19x777h .btn:hover {
    opacity: 0.8;
  }
  @media screen and (max-width: 640px) {
    .warp.H-19x777h {
      padding: 20px 30px;
    }
    .content.H-19x777h {
      justify-content: center;
    }
    .content.H-19x777h h3:where(.H-19x777h) {
      text-align: center;
    }
  }