.groundwork-about-banner2 .fun-facts-section {
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
  padding: 100px 0px 60px;
}
.groundwork-about-banner2 .fun-facts-section .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.groundwork-about-banner2 .fun-facts-section .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.groundwork-about-banner2 .fun-facts-section:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #091b0f;
  opacity: 0.94;
  content: "";
  z-index: 1;
}
.groundwork-about-banner2 .fun-facts-section .content-image {
  position: absolute;
  width: 1170px;
  margin: 0 auto;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  z-index: 2;
}
@media only screen and (max-width: 1023px) {
  .groundwork-about-banner2 .fun-facts-section .content-image {
    display: none;
  }
}
.groundwork-about-banner2 .fun-facts-section .content-image figure {
  position: absolute;
  left: -255px;
  top: -12px;
}
.groundwork-about-banner2 .fun-facts-section .content-image figure img {
  display: inline-block;
  max-width: 100%;
  height: auto;
  display: none;
}
.groundwork-about-banner2 .fun-facts-section .column {
  position: relative;
  margin-bottom: 50px;
  z-index: 4;
}
.groundwork-about-banner2 .fun-facts-section .column .inner {
  position: relative;
  text-align: center;
}
.groundwork-about-banner2 .fun-facts-section .column .inner .count-outer {
  position: relative;
  font-size: 48px;
  font-weight: 600;
  line-height: normal;
  color: var(--color-primary);
  padding-bottom: 50px;
}
.groundwork-about-banner2 .fun-facts-section .column .inner .count-outer:before {
  position: absolute;
  left: 50%;
  margin-left: -1px;
  bottom: 15px;
  width: 2px;
  height: 35px;
  background-color: #fff;
  opacity: 0.15;
  content: "";
}
.groundwork-about-banner2 .fun-facts-section .column .inner .count-outer .count-text {
  font-size: 48px;
  font-weight: 600;
  line-height: normal;
  color: var(--color-primary);
}
.groundwork-about-banner2 .fun-facts-section .column .inner .counter-title {
  position: relative;
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
  color: #fff;
}
