.about-title {
  font-family: "Modern No. 20", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: clamp(3.2rem, 3vw, 3.6rem);
  line-height: 3.9rem;
  text-align: center;
  color: #fff;
}
.ceo {
  width: 100%;
  min-width: var(--min-width);
  min-height: calc(100vh - 22.9rem);
  height: 100%;
  background: url("/home_assets/img/about/blurBackground.png") no-repeat
    center/cover var(--background-color);
  display: flex;
  justify-content: center;
  /* align-items: center; */
  padding: 0 clamp(1.6rem, 3vw, 4rem);
  position: relative;
  overflow: hidden;
}

.ceo-container {
  width: 100%;
  max-width: 140rem;
  padding-bottom: 5rem;
  padding-top: 14rem;
}

.ceo-content {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4.1rem;
  color: #fff;
}
/* .ceo-profile {
  position: relative;
  width: 24rem;
  height: 52.7rem;
  overflow: hidden;
  flex-shrink: 0;
} */

/* .ladder-back {
  position: absolute;
  top: 0;
  left: 0;
  width: 23.7rem;
  height: 52.7rem;
  clip-path: polygon(0 0, 60% 0, 100% 100%, 0 100%);
  background: #9b8464;
  z-index: 1;
} */

/* .ceo-profile img {
  position: absolute;
  bottom: 8rem;
  left: -5rem;
  width: 24rem;
  height: auto;
  z-index: 2;
  transform: scale(1.5);
  object-fit: contain;
} */

.ceo-profile img {
  width: 100%;
  max-width: 48.5rem;
  transform: translateY(-15%);
}
.ceo-greeting {
  width: 70%;
  display: flex;
  flex-direction: column;
  gap: 1.8rem;
}
.greeting-line {
  width: 90%;
  position: relative;
  /* display: flex; */
  /* flex-direction: column; */
  margin-bottom: clamp(1.6rem, 1vw, 1.8rem);
}
.greeting-line.line::before {
  position: absolute;
  content: "";
  width: 4.6rem;
  height: 0.1rem;
  background-color: var(--main-font-color);
}
.greeting-line,
.greeting-line span {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 200;
  font-size: clamp(1.6rem, 1vw, 1.8rem);
  line-height: 3rem;
  letter-spacing: -0.02em;
}
.introduce_name {
  margin-bottom: clamp(1.6rem, 1vw, 1.8rem);
}
.closement {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: clamp(1.8rem, 1vw, 2rem);
  line-height: 2.4rem;
  text-align: right;
}

/* @media (max-width: 1024px) {
  .ceo {
    height: 100%;
  }
  .ceo-content {
    width: 100%;
    flex-direction: column;
  }
  .greeting-line {
    max-width: none;
  }
} */

@media (max-width: 768px) {
  .ceo {
    height: 100%;
  }
  .ceo-container {
    padding-top: 0;
  }
  .ceo-content {
    width: 100%;
    flex-direction: column;
  }

  .ceo-greeting {
    width: 100%;
  }
  .greeting-line-box {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .greeting-line {
    width: 100%;
    gap: 1.6rem;
    max-width: 36rem;
  }
  .greeting-line br {
    display: none;
  }
}
