.row {
    display: flex;
    justify-content: space-between;
}

.row > * {
    width: calc(50% - 15px);
}