.n-product-text {
  margin: 140px 0 70px
}
@media screen and (max-width:1023px) {
  .n-product-text {
    margin: 88px 0 82px
  }
}
@media screen and (max-width:767px) {
  .n-product-text {
    margin: 68px 0
  }
}
.n-product-text__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}
.n-product-text__content {
  padding-left: 20px;
  width: 42.3%
}
.n-product-text__title {
  margin-bottom: 24px;
  font-size: 32px;
  line-height: 1.31
}
@media screen and (max-width:1023px) {
  .n-product-text__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px
  }
  .n-product-text__content {
    width: 100%;
    padding-left: 0
  }
  .n-product-text__title {
    line-height: 1.03
  }
}
@media screen and (max-width:767px) {
  .n-product-text__title {
    font-size: 25px;
    margin-bottom: 20px;
    line-height: 1.32
  }
}
.n-product-text__description {
  font-size: 18px;
  line-height: 1.55
}
.n-product-text__description p {
  font-size: inherit;
  line-height: inherit
}
.n-product-text__description p:not(:last-child) {
  margin-bottom: 10px
}
.n-product-text__image {
  width: 100%;
  height: auto;
  aspect-ratio: 583/469;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 44.84%;
  flex: 0 0 44.84%
}
@media screen and (max-width:1023px) {
  .n-product-text__description p:not(:last-child) {
    margin-bottom: 20px
  }
  .n-product-text__image {
    width: 100%;
    aspect-ratio: 708/420
  }
}
@media screen and (max-width:767px) {
  .n-product-text__image {
    aspect-ratio: 350/282
  }
}
.n-product-text__image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}