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

    section h1, section h2,section h3 {
        font-size: 1.25rem;
        margin-top: 1.5rem;
        color: rgb(60, 60, 60);
		border-right:4px solid #EA5202;
		padding-right:5px;
    }

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

	section table {
            border-collapse: collapse;
            width: 100%;
            margin: 2rem 0;
        }
        table, th, td {
            border: 1px solid #ccc;
        }
        th, td {
            padding: 0.8rem;
            text-align: center;
        }

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

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