.mixpanel-box {
  width: 1300px;
  margin: 0 auto;

  >div {
    /* border-bottom: 1px solid black; */
    /* box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.2); */
    min-height: 200px;
    margin-bottom: 50px;
  }
}

.parter-logo {
  padding-top: 30px;
  display: flex;
  align-items: center;
  justify-content: center;

  .img-box {
    width: 240px;
    height: 60px !important;
    img{
      width: 300px;
      object-fit: contain !important;
    }
  }
}

.part1-box {
  padding-bottom: 30px;
}

.part1-box .txt-box {
  text-align: center;
  margin-bottom: 30px;

  .title {
    font-size: 32px;
    font-weight: bold;
    padding-top: 0.5em;
    padding-bottom: 1em;
  }

  .des {
    font-size: 20px;
    padding-bottom: 1em;
  }
}

.part1-box .img-box {
  height: 390px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  position: relative;

  img {
    width: 90%;
    height: 100%;
    object-fit: cover;
    object-position: top;
  }
}

.part2-box,
.part3-box,
.part4-box {
  width: 100%;
  margin-top: 20px;
  padding-left: 20px;
  padding-right: 20px;

  >div {
    display: flex;
    width: 100%;
  }

  .txt-box {
    width: 45%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 2em;
    padding-bottom: 4em;

    .title {
      font-size: 24px;
      font-weight: bold;
      padding: 1em 0;
    }

    .des {
      font-size: 18px;
    }
  }

  .img-box {
    flex: 1;
    height: 500px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    position: relative;
    padding: 30px;

    img {
      width: 90%;
      height: 100%;
      object-fit: cover;
      object-position: top;
    }
  }

  .img-box.dynamic {
    height: 520px;
  }
}

.part5-box {
  margin-bottom: 50px;
}

.part5-box .txt-box {
  padding-top: 3em;
  padding-bottom: 5em;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;

  .title {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 0.5em;
  }
}

.lead-box .lead {
  margin: 1em auto;
  font-size: 18px;
  font-weight: bold;
  display: inline-block;
  padding: 0.3em 2em;
  background-color: #5079FB;
  border-radius: 1em;
  text-decoration: none;
  color: white !important;
}

/*-++-++++=-++---+-=-++++---=-++++--+=-++++-+-=--+-+++-=-++---++=-++-++++=-++-++-+*/