.fs-l-main .fs-l-pageMain {
  max-width: 1200px;
  flex: unset;
}

@media screen and (min-width: 960px) {
  .fs-l-product2 .fs-l-productLayout {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      flex-direction: row-reverse;
      gap: 15px;
  }
}

@media screen and (min-width: 960px) {
  .fs-body-product .fs-l-productLayout__item--1 {
      max-width: 55%;
      -ms-flex-preferred-size: 55%;
      flex-basis: 55%;
      margin: 0;
      overflow: scroll;
      height: 80vh;
  }
}

@media screen and (min-width: 960px) {
  .fs-body-product .fs-l-productLayout__item--2 {
      max-width: 45%;
      -ms-flex-preferred-size: 45%;
      flex-basis: 45%;
      margin: 0 15px;
  }
}