/* Source and licensing information for the line(s) below can be found at https://devops.completechaintech.com/modules/contrib/ds/css/ds-2col.css. */
/**
 * @file
 * Styling for the ds-2col template.
 */

.ds-2col > .group-left {
  float: left; /* LTR */
  width: 50%;
}

[dir="rtl"] .ds-2col > .group-left {
  float: right;
}

.ds-2col > .group-right {
  float: left; /* LTR */
  width: 50%;
}

[dir="rtl"] .ds-2col > .group-right {
  float: right;
}

/* Source and licensing information for the above line(s) can be found at https://devops.completechaintech.com/modules/contrib/ds/css/ds-2col.css. */