.c-table {
    border-top: 1px #152e47 solid;
    border-left: 1px #152e47 solid;
    width: 100%;
    margin-bottom: 20px;
}
.c-table th,
.c-table td {
    border-right: 1px #152e47 solid;
    border-bottom: 1px #152e47 solid;
    padding: 0.5em;
}
.c-table th {
    width: 20%;
}

.c-table ul {
    padding-left: 2em;
    list-style-type: disc;
}
