.c-table {
  table-layout: fixed;
}
.c-table th, .c-table td {
  padding: 7px 10px;
  text-align: center;
}

.p-evaluation {
  background: var(--color-bg_A);
  padding: 40px 50px;
}
@media print, screen and (min-width: 981px) {
  .p-evaluation .c-col2 {
    row-gap: 64px;
  }
}