/*	Defined widths
--------------------------------------- */
/*	Slider settings
--------------------------------------- */
/*	Colors
--------------------------------------- */
/*	Breakpoints
--------------------------------------- */
/*	Other
--------------------------------------- */
/* common border radius */
/* disable text selection */
/*	Font / Text Mixins
======================================================================== */
/*	Font family mixin
    Examples:
    @include f(s,r);
    @include f(gs,l);
--------------------------------------- */
/*	Text mixin
    (dynamic font size and line height)
--------------------------------------- */
.doublecol-text-image {
  padding: 5rem 0;
}
@media screen and (max-width: 640px) {
  .doublecol-text-image {
    padding: 5rem 0 4rem;
  }
}
.doublecol-text-image .cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.doublecol-text-image .cols .left {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.doublecol-text-image .cols .right {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media screen and (max-width: 800px) {
  .doublecol-text-image .cols {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 2rem;
  }
  .doublecol-text-image .cols > * {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .doublecol-text-image .cols > *.col-text {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding-left: 0;
    padding-right: 0;
  }
  .doublecol-text-image .cols > *.col-text.left, .doublecol-text-image .cols > *.col-text.right {
    padding-left: 0;
    padding-right: 0;
  }
  .doublecol-text-image .cols > *.col-image {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.doublecol-text-image .col-text.left {
  padding-right: 7.5rem;
}
.doublecol-text-image .col-text.right {
  padding-left: 7.5rem;
}
.doublecol-text-image .col-image {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: min(50.8%, 56rem);
}
@media screen and (max-width: 800px) {
  .doublecol-text-image .col-image {
    width: 100%;
  }
}
/*# sourceMappingURL=doublecol-text-image.css.map */
