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

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

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

.feature-table {
      width: 100%;
      border-collapse: collapse;
      margin: 1rem 0;
    }
    .feature-table th,
    .feature-table td {
      border: 1px solid #ccc;
      padding: 0.75rem;
      text-align: center;
    }
    .feature-table th {
      background-color: #f8f8f8;
    }

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

    section h2 {
         font-size: 1rem;
	}
	
	section p {
		 font-size: 12px;
    }
	

}