.columns {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

.column_left {
    width: 750px;
}

.column_right {
    width: 300px;
}