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

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

section table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
}

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

section table th {
  background-color: #f2f2f2;
  color: #000;
}

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

  section h2 {
    font-size: 1rem;
  }

  section p,
	section table th,
section table td{
    font-size: 12px;
  }
}