
.main-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex-wrap: nowrap;
  position: relative;
  margin: 0 auto;
  background: #ffffff;
  overflow: hidden;
}

.top {
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
  min-width: 0;
  height: 80vh;
  background: #f7f7f7;
  z-index: 17;
  overflow: hidden;
}
.image {
  position: absolute;
  width: 70%;
  height: 90vh;
  background-image: url(../image/home-image.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  top: -6rem;
  right: 25%;
}
.image img {
  height: 110vh;
  position: absolute;
  top: -6rem;
}

/* .image .background-image {
  height: 110vh;
  position: absolute;
  top: -6rem;
  background-image: url(../image/home-image.png);
} */

.frame-6 {
  position: absolute;
  right: 0;
  bottom: 10%;
}

.create-future {
  font-family: "Khmer Sangam MN";
  font-size: 5rem;
}

.trust-white-innovate-pepper {
  position: absolute;
  right: 1rem;
  bottom: 8%;
  font-size: 2.4rem;
}
