.grade-table-section{width:100%;margin:20px 0;display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:20px}.grade-table{flex:1;max-width:600px;width:100%}@media (max-width:768px){.grade-table-section{flex-direction:column}}.grading-scale{text-align:center;font-size:25px}.grading-table{width:100%;max-width:600px;margin:15px auto;border-collapse:collapse;background-color:#fff;box-shadow:0 0 5px #000;border-radius:5px}.grading-table td,.grading-table th{padding:10px 15px;border:1px solid #ddd;text-align:left}.grading-table th{background-color:#f2f2f2}.grading-table tr:nth-child(2n){background-color:#f9f9f9}