section {
    max-width: 100%;
    margin: 0 auto;
  }

 section h2, h3 {
    font-size: 1.25rem;
    margin-top: 1.5rem;
    color: rgb(60, 60, 60);
  }

 section p,
 section ul > li{
        margin-bottom: 1rem;
        text-align: justify;
		line-height:initial;
    }

 section .product-specs {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
    font-size: 0.95rem;
  }

 section .product-specs caption {
    caption-side: top;
    font-weight: bold;
    font-size: 1.1rem;
    margin-bottom: 10px;
    text-align: right;
  }

 section .product-specs th,
 section .product-specs td {
    border: 1px solid #ccc;
    padding: 12px 10px;
    text-align: right;
  }

 section .product-specs th {
    background-color: #f0f0f0;
    font-weight: bold;
  }

section  ul {
    padding-right: 20px;
  }

 section ul li {
    margin-bottom: 8px;
  }

  @media screen and (max-width: 600px) {
  section  .product-specs th,
  section  .product-specs td {
      font-size: 0.85rem;
      padding: 8px;
    }

  section h1 {
        font-size: 1.5rem;
    }

    section h2 {
         font-size: 1rem;
	}
	
	section p ,
	section ul > li{
		 font-size: 12px;
    }
  }