.khen-home-s7 {
  position: relative;
  overflow: hidden;
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: 120px 0;
  background-color: #0a2f60;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.khen-home-s7::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(7, 25, 45, 0.2);
  pointer-events: none;
}

.khen-home-s7-inner {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 16px;
}

.khen-home-s7-intro {
  max-width: 560px;
}

.khen-home-s7-intro-title {
  margin: 0 0 16px;
  color: #ffffff;
  font-family: var(--khen-font-gesco, "Khen Gesco", "Khen BeVietnamPro", sans-serif);
  font-size: 24px;
  line-height: 1.5;
  font-weight: 400;
}

.khen-home-s7-intro-description {
  margin: 0;
  color: #ffffff;
  font-family: "Khen BeVietnamPro", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
}

.khen-home-s7-outro {
  margin-top: 70px;
  max-width: 760px;
  margin-left: auto;
  text-align: right;
}

.khen-home-s7-outro-line1,
.khen-home-s7-outro-line2 {
  margin: 0;
  font-family: var(--khen-font-gesco, "Khen Gesco", "Khen BeVietnamPro", sans-serif);
  font-weight: 400;
}

.khen-home-s7-outro-line1 {
  color: #ffffff;
  font-size: 36px;
  line-height: 1.5;
}

.khen-home-s7-outro-line2 {
  color: #ff7900;
  font-size: 64px;
  line-height: 1.25;
}

@media (max-width: 1024px) {
  .khen-home-s7 {
    padding: 90px 0;
  }

  .khen-home-s7-outro-line1 {
    font-size: 30px;
  }

  .khen-home-s7-outro-line2 {
    font-size: 52px;
  }
}

@media (max-width: 767px) {
  .khen-home-s7 {
    padding: 64px 0;
  }

  .khen-home-s7-intro {
    max-width: 100%;
  }

  .khen-home-s7-intro-title {
    font-size: 18px;
  }

  .khen-home-s7-intro-description {
    font-size: 14px;
  }

  .khen-home-s7-outro {
    margin-top: 40px;
    max-width: 100%;
    text-align: right;
  }

  .khen-home-s7-outro-line1 {
    font-size: 20px;
  }

  .khen-home-s7-outro-line2 {
    font-size: 32px;
  }
}
