.onesignal-box {
  width: 1300px;
  margin: 0 auto;
}

.sect-box {
  text-align: center;
}

.sect1 {
  padding-top: 40px;
  text-align: center;

  .parter-logo {
    display: flex;
    align-items: center;
    justify-content: center;

    .img-box {
      width: 300px;
    }
  }

  .title {
    font-size: 30px;
    font-weight: bold;
  }

  .des {
    padding-top: 1em;
    font-size: 20px;
  }
}

.rate {
  .logo-box {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .txt-box {
    margin-left: 0.5em;
  }
}

.lead-box {
  .lead {
    margin: 1.5em 0;
    font-size: 20px;
    font-weight: bold;
    display: inline-block;
    padding: 0.3em 2em;
    background-color: #5079FB;
    border-radius: 1em;
    text-decoration: none;
    color: white !important;
  }
}

/*-++-++++=-++---+-=-++++---=-++++--+=-++++-+-=--+-+++-=-++---++=-++-++++=-++-++-+*/
.sect2 {
  margin-top: 70px;
  display: flex;
  justify-content: center;
  align-items: center;

  .img-box {
    overflow: hidden;
    width: 1065px;
    border-radius: 15px;
  }
}

.sect3 {
  margin-top: 70px;

  .txt-box {
    padding: 2em 0;
    font-size: 22px;
  }

  .img-box {
    margin-bottom: 100px;
  }
}

.sect4,
.sect5 {
  margin-bottom: 50px;

  .title {
    font-size: 30px;
    font-weight: bold;
    padding: 1em 0;
  }

  .des {
    font-size: 20px;
    padding-bottom: 50px;
  }
}

.sect5 .percent {
  padding: 0 8em;
  display: flex;

  >div {
    flex: 1;
  }

  .pct {
    font-size: 36px;
    font-weight: bold;
    padding-bottom: 10px;
  }
}

.sect6,
.sect9 {
  margin-bottom: 50px;

  .title {
    font-size: 30px;
    font-weight: bold;
    padding: 1em 0;
  }
}

.sect7 {
  width: 100%;
}