.product-container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.product-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.product-page-text table {
  max-width: 100vw;
  overflow: hidden;
}

.product-page-text .row {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;

  padding: 0 10vw;
}

.product-page-text .row .row-content {
  white-space: pre-line;
  width: 80%;
}

.product-page-text p {
  font-size: 16px;
  line-height: 1.8;
  word-spacing: 4px;
}

.product-page-btn {
  width: 100%;

  margin-top: 80px;

  display: flex;
  justify-content: space-around;
}

.product-page-text img {
  width: auto;
  height: auto;
}

.product-page-text .row img {
  width: 70%;
}

.product-page-btn a {
  font-size: 16px;
}

.product-container h3 {
  margin: 80px 0;
}

.product-container .sub-title {
  color: #185379;
  font-weight: 800;

  position: relative;
  line-height: 1;
  letter-spacing: 4px;
  text-align: justify;
}

.product-container .sep-line {
  width: 80%;
  margin: 24px auto !important;
  border-bottom: 1px solid #999;
}

.product-container .sub-title::after {
  content: " ";
  border-bottom: 10px solid #f8b856;
  display: block;
  position: absolute;
  left: 50%;
  width: 105%;
  bottom: 0;
  z-index: -1;
  border-radius: 13px;

  transform: translateX(-50%);
}

.prod-graphi-text {
  display: flex;
  align-items: center;
  gap: 120px;

  overflow: hidden;
}

.prod-graphi-text-left {
  text-align: right;
  flex-basis: 50%;
}

.prod-graphi-text-left img {
  width: 130px;
  height: auto;
  margin-right: 50px;
}

.prod-graphi-text-right {
  display: flex;
  flex-direction: column;
  flex-basis: 50%;
}

.prod-graphi-text-right .sub-title {
  line-height: 3;
}

.prod-graphi-text-right ul {
  padding-left: 10px;
  display: flex;
  flex-direction: column;
  gap: 26px;
}

.prod-graphi-text-right ul > li {
  list-style: initial;
}

.MsoBodyText {
  margin-left: 6vw !important;
  margin-right: 6vw !important;
}

@media (min-width: 1442px) {
  .product-container {
    width: 1170px;
  }
}

@media (max-width: 768px) {
  .product-container {
    width: 100%;
  }

  .product-container h3 {
    font-size: 18px;

    margin: 30px 0 5px 0;
  }

  .product-page-text .row {
    padding: 0 0;
  }

  .product-page-text img {
    width: 100% !important;
    height: auto;
  }

  .product-page-text .row .row-content {
    white-space: pre-line;
    width: 85%;
  }

  .MsoBodyText {
    margin-left: 20px !important;
    margin-right: 20px !important;
  }

  .prod-graphi-text {
    gap: 6vw;
    padding: 0 2vw;
    justify-content: center;
  }

  .prod-graphi-text-left {
    flex-basis: 45vw;
    text-align: center;
  }

  .prod-graphi-text-left img {
    width: 25vw !important;
    margin-right: 0;
  }

  .prod-graphi-text-right {
    flex-basis: 55vw;
  }

  .prod-graphi-text-right ul {
    gap: 13px;
  }
}
