.header {
  box-shadow: 0px 0px 20px 0px #4d4d4d;
}

/* stylelint-disable */
/* stylelint-enable */
.d-p-group-of-counters {
  --divider-last-child-display: inline-block;
  position: relative;
}
.d-p-group-of-counters .content-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.d-p-group-of-counters__header .heading {
  margin-top: var(--content-spacer-m);
}
.d-p-group-of-counters__header .body-text {
  margin-top: var(--content-spacer-m);
}
.d-p-group-of-counters__header .divider {
  margin-left: auto;
  margin-right: auto;
}
.d-p-group-of-counters__header-column, .d-p-group-of-counters__items-wrapper, .d-p-group-of-counters__footer-column {
  position: relative;
  text-align: center;
}
.d-p-group-of-counters__items-wrapper {
  justify-content: center;
}
.d-p-group-of-counters__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.d-p-group-of-counters__background-media {
  height: 100%;
}
.d-p-group-of-counters__background-media picture {
  width: 100%;
  height: 100%;
}
.d-p-group-of-counters__background-media picture img {
  min-width: 100%;
  min-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.d-p-group-of-counters__background-media .media {
  height: 100%;
}
.d-p-group-of-counters__background-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.d-p-group-of-counters__content {
  z-index: 1;
}
.d-p-group-of-counters__footer .cta-links {
  margin-top: var(--content-spacer-l);
}

/*# sourceMappingURL=paragraph-d-p-group-of-counters.scss.css.map*/