.cmp-box {
  width: 1300px;
  margin: 0 auto;

  >section:not(:first-of-type) {
    /* border-bottom: 1px solid black;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.2); */
    margin-bottom: 50px;
  }

  ul{
    list-style: disc;
    padding: 0.5em 0 0.5em 2em;
  }
}
.sect-1{
  padding-top: 30px;
  padding-bottom: 20px;
  >div{
    display: flex;
    justify-content: center;
  }
  .parter-logo{
    .img-box{
      width: 200px;
    }
  }
  .title{
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 10px;
  }
}
.dual-box {
  width: 100%;
  display: flex;

  .txt-box {
    width: 50%;
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
    /* align-items: center; */
    padding: 2em;
    padding-bottom: 4em;

    .title {
      font-size: 22px;
      font-weight: bold;
      padding: 1em 0;
    }

    .des {
      font-size: 20px;
    }
  }

  .img-box {
    flex: 1;
    height: 440px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    position: relative;

    img {
      width: auto;
      max-height: 100%;
    }
  }
}
.sect-4{
  .dual-box{
    padding-left: 100px;
  }
}

.sect-6{
  padding-top: 30px;
  >.title{
    text-align: center;
    font-size: 28px;
    font-weight: bold;
  }
  >.des{
    text-align: center;
    padding: 10px 0;
  }
  .board{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
    padding: 20px;
    .feat-box{
      flex: 0 0 29%;
      padding: 10px 10px 20px 20px;
      border: 1px solid gainsboro;
      border-radius: 20px;
      .logo{
        margin: 10px 0;
      }
      .title{
        margin-bottom: 20px;
        font-weight: bold;
        font-size: 1.2em;
      }

    }
  }
}

.sect-7{
  padding-top: 40px;
  >.title{
    text-align: center;
    font-size: 28px;
    font-weight: bold;
  }
  >.des{
    text-align: center;
    padding: 10px 0;
  }
  .board{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
    padding: 20px;
    .feat-box{
      flex: 0 0 20%;
      padding: 10px 10px 20px 20px;
      border: 1px solid gainsboro;
      border-radius: 20px;
      .logo{
        margin: 10px 0;
      }
      .title{
        margin-bottom: 20px;
        font-weight: bold;
        font-size: 1.2em;
      }

    }
  }
}
.sect-8{
  padding-bottom: 50px;
}

.cta-box{
  display: flex;
  align-items: center;
  justify-content: center;
  .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;
    }
  }
}
