.container {
    display: flex;
    gap: 50px;
}

.left-column,
.right-column {
    width: 50%;
}