.vwo-box {
  font-family: arial, helvetica, sans-serif;
}

.parter-logo {
  padding-top: 30px;
  padding-bottom: 40px;
  display: flex;

  .img-box {
    width: 150px;
  }
}

.partone-box {
  background-color: #E1EAFF;
  padding: 20px 0;
}

.part-one {
  width: 1300px;
  margin: 0 auto;
  display: flex;
  margin-bottom: 50px;

  >div {
    flex: 1;
  }
}

.p1-t2 {
  margin: 30px 0;
  line-height: 1.5em;
}

.p1-fts {
  >div {
    line-height: 2.5em;
    font-weight: bold;
  }
}

.p1-right{
  padding-top: 50px;
}

.part-two {
  width: 1300px;
  margin: 0 auto;
  margin-top: 70px;
  margin-bottom: 100px;
}

.p2-title {
  text-align: center;
  color: rgb(226, 0, 114);
  color: blue;
  padding: .5em 0;
}

.sect-box {
  display: flex;

  >div {
    flex: 1;
  }
}

.sect-right {
  padding-left: 50px;
}

.sect-title {
  color: rgb(226, 0, 114);
  color: blue;
  text-align: center;
  padding: 1em 0;
  font-size: 28px;
  font-weight: 700;
}

.ft-container {
  display: flex;
  height: 400px;
  flex-direction: column;
  justify-content: space-evenly;
}

.ft-box {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.ft-title {
  font-size: 24px;
  font-weight: 700;
}

.ft-desc {
  font-size: 20px;
  padding: 1.5em 0;
}


.ftsz-44 {
  font-size: 44px;
}

.ftsz-36 {
  font-size: 36px;
}

.ftsz-20 {
  font-size: 20px;
}

.ftsz-16 {
  font-size: 16px;
}

.img-box {
  >img {
    width: 100%;
    height: auto;
    object-fit: cover;
  }
}

.icon-check {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url("data:image/svg+xml,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' height='16' aria-hidden='true'%3E%3Cpath d='M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z' fill='%23E20072'/%3E%3C/svg%3E");
  background-size: 100%;
  margin-right: 7px;
}