.case-2 .main__img {
  top: 0;
  max-width: 908px;
  max-height: 518px;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  gap: 30px;
}

.case-2 .main__img img {
  object-fit: cover;
}

.case-2 .main__img img:nth-child(1) {
  width: 530px;
  height: 208px;
  object-position: right bottom;
}

.case-2 .main__img img:nth-child(2) {
  height: 518px;
  width: 340px;
}

.case-2 .main__text {
  max-width: 464px;
}

.start__bg {
  pointer-events: none;
}

.case-2 .start__title {
  max-width: 987px;
  text-align: left;
  margin: 0;
}

.case-2 .problem__items {
  display: grid;
  grid-template-columns: 1fr 1fr 2fr;
}

.step {
  margin-top: 250px;
}

.step__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
}

.step .problem__text {
  max-width: 680px;
  text-align: center;
}

.mt-24 {
  margin-top: 24px;
}

.mt-32 {
  margin-top: 32px;
}

.mt-40 {
  margin-top: 40px;
}

.solution.case-2 .solution__content {
  max-width: 1180px;
}

/* .result.case-2 .title {
  text-align: right;
} */

.result.case-2 {
  margin-top: 120px;
}

.result.case-2 .result__img-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  margin: 150px 0;
}

.result.case-2 .result__img-2 img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 740px;
  object-fit: contain;
  object-position: center;
}

.comand.case-2 .comand__list {
  display: flex;
  flex-direction: column;
  gap: 60px;
}
.comand.case-2 .comand-item {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.comand.case-2 .comand-item__list {
  display: flex;
  flex-direction: column;
  gap: 0.2em;
}

.case-2.interval {
  margin-top: 240px;
  margin-bottom: 120px;
}

.start.case-2 {
  margin-top: 120px;
}

.problem.case-2 {
  margin-top: 120px;
}

.problem.case-2 .problem__bg {
  pointer-events: none;
}

.step.case-2 {
  margin-top: 120px;
}

.solution.case-2 {
  margin-top: 120px;
}

main.case-2 {
  font-size: calc(20px + 6 * ((100vw - 360px) / (1560)));
}

@media screen and (max-width: 1100px) {
  .case-2 .main__img {
    margin-top: -140px;
  }
}

@media screen and (max-width: 1024px) {
  .result.case-2 .result__img-2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 150px;
  }

  .step {
    margin-top: 150px;
  }

  .case-2 .problem__items {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 900px) {
  .case-2 .main__img {
    margin-top: 0;
  }

  .case-2 .main__img img:nth-child(1) {
    width: 100%;
    height: 100%;
  }

  .case-2 .main__img img:nth-child(2) {
    display: none;
  }

  .case-2.interval {
    margin-top: 120px;
  }
}

@media screen and (max-width: 768px) {
  .case-2 .problem__items {
    display: flex;
    flex-direction: column;
  }
}

@media screen and (max-width: 768px) {
  .start.case-2,
  .start.case-2 .start__text {
    text-align: left;
  }

  .step,
  .solution.case-2 {
    margin-top: calc(80px + 150 * ((100vw - 360px) / (1560)));
  }
}
