.jim-look-here {
  color: rgba(51, 51, 51, 0.15);
}

@media (min-width: 40em) {
  .fw-equal-height-callouts {
    margin-bottom: 1.875em;
  }
}

@media (min-width: 40em) {
  .fw-equal-height-callouts__row {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    gap: 1.875em 1.1em;
  }
  .fw-equal-height-callouts__row > div, .fw-equal-height-callouts__row > aside {
    flex: 1;
    display: flex;
    flex-direction: column;
    margin: 0;
  }
  .fw-equal-height-callouts__row > div .callout,
  .fw-equal-height-callouts__row > div .callout:first-child, .fw-equal-height-callouts__row > aside .callout,
  .fw-equal-height-callouts__row > aside .callout:first-child {
    flex: 1;
    margin: 0;
  }
}

@media (min-width: 40em) {
  .fw-equal-height-callouts__row--2 > div, .fw-equal-height-callouts__row--2 > aside {
    flex: 1 1 calc(50% - 0.55em);
  }
}

@media (min-width: 40em) {
  .fw-equal-height-callouts__row--3 > div, .fw-equal-height-callouts__row--3 > aside {
    flex: 1 1 calc(50% - 0.55em);
  }
  .fw-equal-height-callouts__row--3 > div:last-child, .fw-equal-height-callouts__row--3 > aside:last-child {
    flex: 1 1 100%;
  }
}
@media (min-width: 60em) {
  .fw-equal-height-callouts__row--3 > div, .fw-equal-height-callouts__row--3 > aside {
    flex: 1 1 calc(33.333% - 0.733em);
  }
  .fw-equal-height-callouts__row--3 > div:last-child, .fw-equal-height-callouts__row--3 > aside:last-child {
    flex: 1 1 calc(33.333% - 0.733em);
  }
}

@media (min-width: 40em) {
  .fw-equal-height-callouts__row--4 > div, .fw-equal-height-callouts__row--4 > aside {
    flex: 1 1 calc(50% - 0.55em);
  }
}
@media (min-width: 60em) {
  .fw-equal-height-callouts__row--4 > div, .fw-equal-height-callouts__row--4 > aside {
    flex: 1 1 calc(25% - 0.825em);
  }
}
/*# sourceMappingURL=maps/equal-height-callouts.css.map */
