.customTable tr td {
    font-family: Arial, sans-serif !important;
    font-size: 1rem !important;
    line-height: unset;
    padding: 5px;
    border-right: 1px solid rgba(224, 224, 224, 1);
}

    .customTable tr td:last-child {
        border-right: none;
    }

.customTable tr:nth-child(2) td {
    padding-bottom: 50px;
}

.customTable tr:not(:last-child) td {
    vertical-align: top;
}

.customTable tr:last-child td {
    padding-top: 50px;
    border-bottom: none;
}
