.box-products {
  gap: 84px;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}

.box-products img.product {
  width: 568px;
  height: 393px;
  border-radius: 13px;
  object-fit: cover;
}

.box-products img.packing {
  width: 145px;
  height: auto;
  position: relative;
  margin-top: -160px;
  margin-left: 30px;
}

.box-products .image-right img.product {
  float: right;
}

.box-products .image-right.last {
  padding-bottom: 56px;
}

.box-products .image-left .description {
  width: 800px;
  height: 330px;
  background: rgba(255, 255, 255, 0.5);
  box-shadow: 0px 72.8333px 130.333px rgba(0, 0, 0, 0.1);
  border-radius: 13px;
  padding: 0 40px 0 70px;
  margin: 30px 0px 0 -60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.box-products .image-right .description {
  width: 800px;
  height: 330px;
  background: rgba(255, 255, 255, 0.5);
  box-shadow: 0px 72.8333px 130.333px rgba(0, 0, 0, 0.1);
  border-radius: 13px;
  padding-left: 50px;
  margin: 30px -60px 0 0px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#app > section.box-products > div:nth-child(2) > div,
#app > section.box-products > div:nth-child(4) > div,
#app > section.box-products > div:nth-child(6) > div,
#app > section.box-products > div:nth-child(8) > div,
#app > section.box-products > div:nth-child(10) > div {
  display: flex;
  flex-direction: row-reverse;
}

#app > section.box-products > div:nth-child(2) > div > div.col-lg-6 > img.packing,
#app > section.box-products > div:nth-child(4) > div > div.col-lg-6 > img.packing,
#app > section.box-products > div:nth-child(6) > div > div.col-lg-6 > img.packing,
#app > section.box-products > div:nth-child(8) > div > div.col-lg-6 > img.packing,
#app > section.box-products > div:nth-child(10) > div > div.col-lg-6 > img.packing {
  float: right;
  margin-right: 30px;
}

#app > section.box-products > div:nth-child(6) > div > div.col-lg-6 > img.packing {
  margin-bottom: 50px;
}
#app
  > section.box-products
  > div:nth-child(2)
  > div
  > div.description.container,
#app
  > section.box-products
  > div:nth-child(4)
  > div
  > div.description.container,
#app
  > section.box-products
  > div:nth-child(6)
  > div
  > div.description.container,
#app
  > section.box-products
  > div:nth-child(8)
  > div
  > div.description.container,
#app
  > section.box-products
  > div:nth-child(2)
  > div
  > div.description.container,
#app
  > section.box-products
  > div:nth-child(10)
  > div
  > div.description.container {
  width: 630px !important;
  /* position: absolute; */
  margin: 30px -60px 0 0px;
  z-index: 1;
}

.box-products .image-left .description p {
  margin-top: 10px;
  width: 90%;
}
.box-products .image-right .description p {
  width: 90%;
  margin-top: 10px;
}

.box-products .description h2 {
  font-family: "Superclarendon";
  font-style: normal;
  font-weight: 400;
  font-size: 32px;
  line-height: 150%;
  color: #000000;
}

.box-products .description p {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #475467;
}

#app > div.container > div > div > p {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 150%;
  color: #020202;
  margin: 30px 0 70px 0;
}

#app > div.container > div > div > p > span {
  padding: 5px 15px;
  background: #ed6b47;
  width: 50px;
  border-radius: 3px;
  color: #ffffff !important;
  justify-content: center;
  align-items: center;
  margin-left: 20px;
  cursor: pointer;
}
