.sensedeal-about {
  position: relative;

  .big-background {
    background-image: url("../images/sensedeal/about/bg.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    position: absolute;
    top: 69px;
    left: 0;
    width: 100%;
    min-height: 1093px;
    z-index: -1;
  }

  .customer {
    margin-top: 20px;
    .customer-header {
      text-align: center;
      .customer-header-title {
        font-weight: 500;
        font-size: 16px;
        color: rgba(0, 0, 0, 0.85);
        line-height: 23px;
      }
      .customer-header-desc {
        margin-top: 3px;
        font-weight: 500;
        font-size: 10px;
        color: rgba(0, 0, 0, 0.65);
        line-height: 14px;
      }
    }

    .customer-list {
      margin-top: 31px;
      display: grid;
      grid-template-columns: repeat(5, 63px);
      grid-gap: 8px 10px;
      justify-content: center;

      .customer-item {
        height: 22px;
        display: flex;
        align-items: center;
        background: rgba(255, 255, 255, 0.25);
        box-shadow: 0px 2px 10px 0px rgba(71, 112, 194, 0.07);
        border-radius: 4px;
        border: 1px solid #fff;
        backdrop-filter: blur(7px);
        > img {
          width: 100%;
        }
      }
    }
  }

  .team {
    margin-top: 38px;
    .team-header {
      text-align: center;
      .team-header-title {
        font-weight: 500;
        font-size: 16px;
        color: rgba(0, 0, 0, 0.85);
        line-height: 23px;
      }
      .team-header-desc {
        margin-top: 3px;
        font-weight: 500;
        font-size: 10px;
        color: rgba(0, 0, 0, 0.65);
        line-height: 14px;
      }
    }

    .team-list {
      margin-top: 16px;
      display: grid;
      justify-content: center;

      .team-item {
        width: 343px;
        padding: 12px 20px 18px;
        background: linear-gradient(180deg, #f4f7fe 0%, #ffffff 100%);
        box-shadow: 1px 4px 14px -3px rgba(133, 146, 183, 0.2);
        border-radius: 6px;
        border: 1px solid #fff;
        backdrop-filter: blur(14px);
        position: relative;

        .team-item-title {
          font-weight: 600;
          font-size: 13px;
          color: rgba(0, 0, 0, 0.85);
          line-height: 18px;
        }

        .team-item-desc {
          margin-top: 8px;
          font-weight: 400;
          font-size: 11px;
          color: #616268;
          line-height: 15px;
        }

        .team-item-num-bg {
          position: absolute;
          right: 29px;
          bottom: 0px;
          width: 61px;
          height: 66px;
          text-align: center;
          > img {
            height: 100%;
          }
        }

        &:not(:first-child) {
          margin-top: 10px;
        }
      }
    }
  }

  .shareholder {
    margin-top: 40px;

    .shareholder-header {
      text-align: center;
      .shareholder-header-title {
        font-weight: 500;
        font-size: 16px;
        color: rgba(0, 0, 0, 0.85);
        line-height: 23px;
      }
      .shareholder-header-desc {
        margin-top: 3px;
        font-weight: 500;
        font-size: 10px;
        color: rgba(0, 0, 0, 0.65);
        line-height: 14px;
      }
    }

    .shareholder-list {
      margin-top: 31px;
      display: grid;
      grid-template-columns: repeat(4, 81px);
      grid-gap: 7px;
      justify-content: center;

      .shareholder-item {
        height: 26px;
        display: flex;
        align-items: center;
        background: rgba(255, 255, 255, 0.25);
        box-shadow: 0px 2px 10px 0px rgba(71, 112, 194, 0.07);
        border-radius: 4px;
        border: 1px solid #fff;
        backdrop-filter: blur(7px);
        > img {
          width: 100%;
        }
      }
    }
  }

  .honor {
    margin-top: 40px;

    .honor-title {
      text-align: center;
      font-weight: 500;
      font-size: 16px;
      color: rgba(0, 0, 0, 0.85);
      line-height: 23px;
    }

    .honor-list {
      margin-top: 16px;
      display: grid;
      grid-template-columns: repeat(3, 110px);
      grid-gap: 7px 8px;
      justify-content: center;

      .honor-item {
        padding-bottom: 8px;
        background: linear-gradient(180deg, #fefaf4 0%, #ffffff 100%);
        box-shadow: 0px 2px 10px 0px rgba(212, 152, 93, 0.09);
        border-radius: 6px;
        border: 1px solid #fff;
        backdrop-filter: blur(14px);
        text-align: center;

        .honor-item-icon > img {
          width: 37px;
        }

        .honor-item-year {
          margin-top: -2px;
          font-weight: 600;
          font-size: 14px;
          color: #382304;
          line-height: 20px;
        }

        .honor-item-desc {
          font-weight: 400;
          font-size: 9px;
          color: rgba(0, 0, 0, 0.85);
          line-height: 13px;
        }
      }
    }
  }

  .certificate {
    margin-top: 40px;
    padding-bottom: 40px;

    .certificate-title {
      text-align: center;
      font-weight: 500;
      font-size: 16px;
      color: rgba(0, 0, 0, 0.85);
      line-height: 23px;
    }

    .certificate-list {
      margin-top: 26px;
      display: grid;
      grid-template-columns: repeat(3, 110px);
      grid-gap: 7px 8px;
      justify-content: center;

      .certificate-item {
        padding-block: 17px 10px;
        background: linear-gradient(180deg, #f4f7fe 0%, #ffffff 100%);
        box-shadow: 1px 4px 14px -3px rgba(133, 146, 183, 0.2);
        border-radius: 6px;
        border: 1px solid #fff;
        backdrop-filter: blur(14px);
        text-align: center;

        .certificate-item-icon > img {
          height: 35px;
        }

        .certificate-item-summary {
          margin-top: 11px;
          font-weight: 400;
          font-size: 10px;
          color: #283558;
          line-height: 14px;
        }
      }
    }
  }
}
