main {
    margin-top: 48px;
}

main .title {
    margin-bottom: 64px;
    font-weight: 500;
    font-size: 36px;
    line-height: 45px;
    color: #C49A6C;
    text-align: center;
}

main .subtitle {
    text-align: center;
    margin-bottom: 64px;
    line-height: 1.3;
}

.table-header {
    display: flex;
    padding-bottom: 10px;
    border-bottom: 2px solid #000;
}

.table-header>* {
    width: 25%;
    padding: 0 5px;
}
 
.return .table-header>* {
    width: 50%;
}

.table-header .table-title {
    color: #C49A6C;
    font-size: 18px;
    text-transform: uppercase;
    text-align: center;
}

.table-body .table-row {
    display: flex;
    align-items: center;
    padding: 15px;
    border-bottom: 1px solid rgb(108, 108, 108);
}

.table-body .table-col {
    width: 25%;
}

.return .table-body .table-col {
    width: 50%;
}

.table-body .table-col:nth-child(n+3) {
    text-align: center;
    color: #C49A6C; 
}

.table-body .table-col:last-child a {
    text-decoration: underline;
}