table.cbp-form-table th {
    vertical-align: top !important;
}

tr td, th {
    border-bottom: 1px solid #cdcdcd; 
    padding-top: 20px; 
    padding-bottom: 20px;
}

tr, th {
    border-collapse: separate;
    border-spacing: 0 10px; /* Расстояние между строками */
}

th {
    padding-top: 20px;
    padding-right: 20px;
    text-align: left;
}