.apr-table {
    width:100%
}

.apr-table > thead {
    background: linear-gradient(90deg, #00225a 0, #001434);
}

.apr-table > thead > tr > th {
    color: #ffffff;
    font-family: poppins, sans-serif;
    line-height: 1.6;
    font-size: 1rem;
    margin-bottom: 1.25rem;
    text-rendering: optimizeLegibility;
}

.apr-table > tbody > tr > td {
    background: #ffffff;
    border-bottom: 1px solid #ddd;
    font-family: poppins, sans-serif;
    line-height: 1.6;
    font-weight: 400;
    font-size: 1rem;
    margin-bottom: 1.25rem;
    text-rendering: optimizeLegibility;
}
