.registration-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    gap: 20px;
}

.registration-col {
    width: 48%;
}

.registration-col p {
    white-space: nowrap;
    margin-bottom: 10px;
}

.registration-col a {
    display: block;
    width: 100%;
    text-align: center;
    white-space: nowrap;
}