.editor .row {
    display: table;
    width: 100%;
}
.editor .col {
    display: table-cell;
    width: 50%;
    padding: 0 3%;
}
.editor .col {
    border-left: 1px dashed #555;
}
.editor .col:first-child {
    border-left: 0;
}
.editor .terms-title {
    color: #BF9767;
    font-size: 17px;
}


@media screen and (max-width: 1024px) {
    .editor .row,
    .editor .col {
        display: block;
        width: auto;
        border: 0;
        padding: 0;
    }
}