.creation {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 10rem;
}

.creation-left {
  display: flex;
}

.creation-title {
  padding: 36px 24px 0 24px;
  margin-top: 50px;
}

.creation-text {
  padding: 46px 24px 40px 24px;
}

.creation-image {
  width: 100%;
}

.creation-right {
  width: 100%;
  height: 768px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  max-width: 700px;
}
.creation-texts {
  border-right: 16px solid var(--main-red);
}
@media screen and (min-width: 900px) {
  .creation {
    flex-direction: row;
  }

  .creation-right {
    width: 65%;
    z-index: 0;
    position: absolute;
    right: 0;
    transform: translate(0, 110px);
    display: flex;
    background-size: cover;
  }

  .creation-left {
    width: 50%;
    margin-top: 350px;
    z-index: 1;
  }

  .creation-title {
    padding: 71px 0 0 154px;
    margin-top: 0;
  }

  .creation-left-border {
    background-color: var(--red);
    margin-top: 0;
  }

  .creation-text {
    padding: 32px 64px 72px 154px;
  }
}

@media screen and (min-width: 1200px) {
  .creation-right {
    left: 40vw;
  }
}
