.product1 {
  min-height: 100vh;
  padding-top: 50px;
  padding-bottom: 80px;
  color: #243746;
}

.product1__inner h2 {
  margin-top: 75px;
  font-size: 42px;
  margin-bottom: 10px;
}

.product1__link {
  font-size: 14px;
  color: rgb(68, 68, 68);
  margin-bottom: 40px;
}

.product1__link a {
  text-decoration: none;
  color: rgb(68, 68, 68);
}

.product1__link a:hover {
  text-decoration: underline;
}

/* .product1__inner img {
    width: 500px;
} */

.product1__info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: justify;
}

.product1__info p {
  font-size: 18px;
  line-height: 1.4;
}

.product1__advantage {
  text-align: justify;
  font-size: 18px;
  margin-top: 75px;
}

.product1__advantage span {
  color: blue;
  font-weight: 500;
}

.product1__advantage p {
  margin-top: 16px;
}

.product1__charact {
  font-size: 18px;
  margin-top: 75px;
}

.product1__charact span {
  font-size: 16px;
  font-weight: 500;
  font-style: italic;
  color: blue;
}

.product1__charact p {
  margin-top: 16px;
  text-align: justify;
}

.table {
  margin-top: 30px;
  margin-bottom: 30px;
  width: 100%;
  border: none;
  margin-bottom: 20px;
}
.voidrow {
  background-color: lightgrey;
}
.table thead th {
  font-weight: bold;
  text-align: left;
  border: none;
  padding: 10px 15px;
  background: #05f;
  font-size: 14px;
  color: white;
  white-space: normal; /* allow text to wrap within cells */
}

.table thead tr th:first-child {
  border-radius: 8px 0 0 8px;
}
.table thead tr th:last-child {
  border-radius: 0 8px 8px 0;
}
.table tbody td {
  text-align: center;
  border: none;
  padding: 10px 15px;
  font-size: 14px;
  vertical-align: top;
  border: 2px solid lightgrey;
}
.table tr:hover td {
  background: #05f;
  color: white;
}

.table tbody tr td:first-child {
  border-radius: 8px 0 0 8px;
}
.table tbody tr td:last-child {
  border-radius: 0 8px 8px 0;
}

.table__upload {
  color: black;
}

@media (min-width: 992px) and (max-width: 1250px) {
  .product1__inner img {
    width: 350px;
  }

  .product1__info p {
    max-width: 100%;
  }
}

@media (min-width: 1100px) and (max-width: 1250px) {
  .product1__info p {
    max-width: 100%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .product1__info {
    flex-direction: column-reverse;
  }

  .product1__info p {
    margin-top: 50px;
    max-width: 100%;
  }
}

@media (max-width: 991px) {
  .product1__img2 {
    display: none;
  }
}

@media (max-width: 900px) {
  .product1__img3 {
    display: none;
  }

  .product1__inner h2 {
    font-size: 30px;
  }

  .product1__info p {
    text-indent: 0;
  }

  .scroll-table {
    overflow-y: auto;
  }

  .table {
    overflow: scroll;
  }

  .product1__info {
    flex-direction: column-reverse;
  }

  .product1__info p {
    margin-top: 50px;
    max-width: 100%;
  }

  .product1__inner img {
    width: 320px;
  }
}

@media (max-width: 480px) {
  .product1__inner h2 {
    font-size: 24px;
  }
  .product1__inner img {
    width: 300px;
  }
}

@media (max-width: 320px) {
  .product1__inner img {
    width: 250px;
  }

  .product1__inner h2 {
    font-size: 22px;
  }
}
