.khen-ckk-s3 {
  position: relative;
  overflow: hidden;
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  background-color: #fffdf9;
  background-image: var(--khen-ckk-s3-overlay-image, none);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 48px 0;
}

.khen-ckk-s3-inner {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 16px;
}

.khen-ckk-s3-intro {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  align-items: center;
}

.khen-ckk-s3-intro-top {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 28px;
  width: 100%;
  max-width: 760px;
}

.khen-ckk-s3-number {
  color: #002f67;
  font-family: "Khen SP Style", "Aphrodite Pro", var(--khen-font-gesco, "Khen Gesco", sans-serif);
  font-size: 64px;
  line-height: 1;
  margin: 0;
  flex: 0 0 auto;
}

.khen-ckk-s3-intro-lead {
  margin: 0;
  max-width: 280px;
  color: #1a1a1a;
  font-family: "Khen BeVietnamPro", sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

.khen-ckk-s3-intro-title {
  margin-top: 24px;
  max-width: 600px;
  color: #002f68;
  font-family: "Khen Sapa", var(--khen-font-gesco, "Khen Gesco", "Khen BeVietnamPro", sans-serif);
  font-size: 38px;
  line-height: 1.3;
  font-weight: 400;
  text-align: center;
}

.khen-ckk-s3-divider {
  margin: 28px 0 48px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 48px;
}

.khen-ckk-s3-divider-image {
  width: 400px;
  height: auto;
  display: block;
}

.khen-ckk-s3-divider-copy {
  margin: 0;
  max-width: 510px;
  text-align: center;
  color: #111111;
  font-family: "Khen BeVietnamPro", sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

.khen-ckk-s3-divider-pattern {
  width: auto;
  max-width: 100%;
  height: auto;
  display: none;
}

.khen-ckk-s3-grid {
  margin: 0 0 48px;
  padding: 36px 0;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  display: flex;
  flex-direction: row;
  gap: 48px;
  align-items: center;
}

.khen-ckk-s3-grid-image-wrap,
.khen-ckk-s3-grid-copy {
  flex: 1 1 0;
  min-width: 0;
}

.khen-ckk-s3-grid-image {
  width: 100%;
  display: block;
}

.khen-ckk-s3-grid-kicker {
  margin: 0;
  color: #ff7900;
  font-family: "Khen Gesco", var(--khen-font-gesco, "Khen BeVietnamPro", sans-serif);
  font-size: 64px;
  line-height: 1.5;
  font-weight: 400;
}

.khen-ckk-s3-grid-copy h4 {
  margin: 16px 0 0;
  color: #ff7900;
  font-family: "Khen Sapa", var(--khen-font-gesco, "Khen Gesco", "Khen BeVietnamPro", sans-serif);
  font-size: 20px;
  line-height: 1.5;
  font-weight: 400;
}

.khen-ckk-s3-grid-copy p {
  margin: 0;
  color: #111111;
  font-family: "Khen BeVietnamPro", sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

.khen-ckk-s3-grid-note {
  margin-top: 24px !important;
  font-style: italic;
  font-weight: 500;
}

@media (max-width: 1024px) {
  .khen-ckk-s3-number {
    font-size: 50px;
    line-height: 1.6;
  }
  .khen-ckk-s3-divider-image{
    max-width: 400px;
  }

  .khen-ckk-s3-intro-title {
    font-size: 24px;
    line-height: 1.4;
  }

  .khen-ckk-s3-divider {
    gap: 24px;
  }

  .khen-ckk-s3-grid {
    gap: 24px;
    margin-bottom: 0;
  }

  .khen-ckk-s3-grid-kicker {
    font-size: 48px;
  }
}

@media (max-width: 767px) {
  .khen-ckk-s3 {
    padding: 36px 0;
  }

  .khen-ckk-s3-intro {
    row-gap: 16px;
  }

  .khen-ckk-s3-intro-top {
    gap: 14px;
    max-width: 100%;
  }

  .khen-ckk-s3-number {
    font-size: 40px;
  }

  .khen-ckk-s3-intro-lead {
    max-width: 240px;
  }

  .khen-ckk-s3-intro-title {
    font-size: 20px;
    line-height: 1.4;
    text-align: center;
  }

  .khen-ckk-s3-divider {
    margin: 24px 0 36px;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }

  .khen-ckk-s3-divider-image {
    width: 100%;
  }

  .khen-ckk-s3-divider-copy {
    text-align: left;
    max-width: 100%;
  }

  .khen-ckk-s3-divider-pattern {
    align-self: center;
    margin-inline: auto;
  }

  .khen-ckk-s3-grid {
    margin-bottom: 36px;
    padding: 24px 0;
    flex-direction: column;
    gap: 40px;
  }

  .khen-ckk-s3-grid-kicker {
    font-size: 44px;
    line-height: 1.25;
    margin-bottom: 12px;
  }

  .khen-ckk-s3-grid-copy h4 {
    font-size: 18px;
  }
}
