/**
 * @file
 * Styling for the ds-3col-equal template.
 */
@media screen and (min-width: 550px) {
.ds-3col-equal > .group-left {
  width: 33%;
  float: left; /* LTR */
}

.ds-3col-equal > .group-middle {
  width: 33%;
  float: left; /* LTR */
}

.ds-3col-equal > .group-right {
  width: 33%;
  float: right; /* LTR */
}
}
