.ks-about-section {
  padding: 90px 0px;
  position: relative;
  /* background-image: url(); */
}

.ks-about-section-bg {
  position: absolute;
  display: inline-block;
  bottom: -20%;
  left: 0px;
  z-index: -1;
  object-fit: contain;
  opacity: 1;
  width: 100% !important;
}

.ks-title-content {
  display: flex;
}

.ks-title-left {
  width: 100%;
}

.ks-kicker {
  color: var(--text-color);
  font-family: var(--font-family);
  font-size: var(--font-desc-title-size);
  font-style: var(--font-style);
  font-weight: var(--font-sub-title-weight);
  line-height: var(--line-height);
  display: flex;
  align-items: center;
  text-transform: capitalize;
}

.ks-kicker::before {
  content: '';
  display: inline-block;
  width: 40px;
  height: 6px;
  background: var(--primary-color);
  margin-right: 16px;
}

.ks-about-text-content .ks-title {
  /* 单独样式 */
  --about-us-title-size: 64px;
  color: #f5f5f5;
  font-family: var(--font-family);
  font-size: var(--about-us-title-size);
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  text-transform: capitalize;
}

.ks-title {
  width: 100%;
}
.ks-title .ks-title-highlight {
  color: var(--second-color);
}

.ks-title-right {
  padding-left: 90px;
  cursor: pointer;
}

.ks-title-right a,
.ks-title-right a::before {
  --circle-size: 151px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: var(--circle-size);
  height: var(--circle-size);
  border-radius: 50%;
  background-color: #ededed;
}

.ks-title-right a::before {
  content: '';
  z-index: -1;
  left: -90px;
  top: 0px;
  position: absolute !important;
  background-color: var(--primary-color);
}

.ks-about-content {
  display: flex;
  align-items: center;
  margin-top: 45px;
  margin-bottom: 105px;
}

.ks-subtitle {
  color: var(--text-color);
  font-family: var(--font-family);
  font-size: var(--font-title-size);
  font-style: var(--font-style);
  font-weight: var(--font-sub-title-weight);
  text-transform: capitalize;
  width: 55%;
  padding-right: 165px;
}

.ks-intro {
  position: relative;
  width: 45%;
  padding-left: 60px;
  color: var(--text-color);
  font-family: var(--font-family);
  font-size: var(--font-content-size);
  line-height: var(--line-height); /* 150% */
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.ks-intro p {
  color: var(--text-color);
  font-family: var(--font-family);
  font-size: var(--font-content-size);
  line-height: var(--line-height); /* 150% */
}

.ks-intro::before {
  content: '';
  height: 50%;
  width: 1px;
  background-color: #fff;
  position: absolute;
  left: 0px;
  top: 50%;
}

/* right column (image + stats) */
.ks-about-img-data {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 30px;
  background-color: var(--primary-color);
  overflow: hidden;
  width: 100%;
  max-height: 476px;
}

.ks-hero-image-wrap {
  flex: 1;
  width: 100%;
  height: 100%;
}
.ks-hero-image-wrap .ks-hero-image {
  display: inline-block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* stats card overlay */
.ks-stats-card {
  flex-shrink: 0;
  min-width: 395px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ks-stats-inner {
}
.ks-stat {
}
.ks-stat-value,
.ks-stat-num,
.ks-stat-unit {
  --stat-font-size: 54px;
  color: var(--text-color);
  font-family: var(--font-family);
  font-size: var(--stat-font-size);
  font-style: normal;
  font-weight: 600;
  line-height: var(--line-height); /* 150% */
}

.ks-stat-label {
  color: var(--text-color);
  font-family: var(--font-family);
  font-size: var(--font-label-size);
  line-height: var(--line-height); /* 150% */
  text-transform: capitalize;
}

@media screen and (max-width: 1024px) {
  .ks-about-text-content .ks-title {
    --about-us-title-size: 52px;
  }
  .ks-about-text-content .ks-title p {
    display: contents;
  }
  .ks-title-right a,
  .ks-title-right a::before {
    --circle-size: 130px;
  }
  .ks-about-content .ks-subtitle {
    padding-right: 80px;
  }
  .ks-stat-value,
  .ks-stat-num,
  .ks-stat-unit {
    --stat-font-size: 36px;
  }
}

@media screen and (max-width: 992px) {
  .ks-about-text-content .ks-title {
    --about-us-title-size: 40px;
  }
  .ks-title-right a,
  .ks-title-right a::before {
    --circle-size: 130px;
  }

  .ks-stat-value,
  .ks-stat-num,
  .ks-stat-unit {
    --stat-font-size: 36px;
  }

  .ks-about-content {
    flex-direction: column;
  }

  .ks-about-content .ks-subtitle {
    padding: 0px;
    width: 100%;
  }
  .ks-about-content .ks-intro {
    width: 100%;
    padding: 0px;
    margin-top: 15px;
  }
  .ks-about-content .ks-intro::before {
    content: '';
    display: none;
  }
  .ks-about-img-data {
    height: 300px;
  }
  .ks-stats-card {
    min-width: 350px;
  }
}

@media screen and (max-width: 552px) {
  .ks-about-section {
    padding: 0px;
    margin-top: var(--title-padding-y);
  }
  .ks-about-section-bg {
    display: none;
  }
  .ks-about-text-content {
    padding: 0px 10px;
  }
  .ks-about-content {
    margin: 0px;
  }
  .ks-subtitle {
    font-size: 18px;
  }
  .ks-title-right {
    display: none;
  }
  .ks-kicker {
    font-size: var(--font-title-size);
    justify-content: center;
    margin-bottom: var(--title-padding-y);
  }
  .ks-title .ks-title-highlight {
    margin-left: 0.5em;
  }

  .ks-intro {
    font-size: 12px;
  }
  .ks-kicker::before {
    content: '';
    display: none;
  }
  .ks-about-text-content .ks-title {
    --about-us-title-size: 18px;
    display: flex;
  }
  .ks-about-img-data {
    margin-top: 20px;
    flex-direction: column;
    height: auto;
    max-height: fit-content;
    border-radius: 0px;
    background: #e3ecfa;
  }
  .ks-stats-card {
    min-width: auto;
    /* padding: 20px 15px; */
  }
  .ks-stats-inner {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
  .ks-stat {
    border-right: 1px solid #fff;
    padding: 15px 10px;
  }
  .ks-stat:nth-child {
    border: none;
  }
  .ks-stat-value,
  .ks-stat-num,
  .ks-stat-unit {
    --stat-font-size: 20px;
    color: #366efd;
    font-weight: 700;
  }

  .ks-stat-label {
    color: #000;
    font-weight: 400;
  }

  .ks-title-right a::before {
    content: '';
    display: none;
  }
  .ks-title-right {
    padding-left: 12px;
  }
  .ks-title-right a {
    --circle-size: 76px;
    background-color: transparent;
  }
}
