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

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

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

section.lock-info ul {
  padding-right: 20px;
}

table.product-specs {
  width: 100%;
  border-collapse: collapse;
  margin: 1em 0;
}

table.product-specs th,
table.product-specs td {
  border: 1px solid #ddd;
  padding: 8px 12px;
}

table.product-specs th {
  background-color: #f8f8f8;
  text-align: center;
}

table.product-specs caption {
  font-weight: bold;
  margin-bottom: 10px;
  text-align: center;
}

@media (max-width: 768px) {
  section h1 {
    font-size: 1.5rem;
  }

  section h2,section h3 {
    font-size: 1rem;
  }

  section p {
    font-size: 12px;
  }

  section.lock-info {
    padding: 10px;
  }

  table.product-specs th,
  table.product-specs td {
    font-size: 14px;
  }
}
