.brxe-bld-counter {
  width: 100%;
}
.brxe-bld-counter .counter-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 7.5rem;
  color: var(--color-off-white);
}
.brxe-bld-counter .counter-item {
  position: relative;
  flex: 1;
  text-align: center;
}
.brxe-bld-counter .counter-item:nth-child(2) {
  border-right: 0.2rem solid var(--color-off-white);
  border-left: 0.2rem solid var(--color-off-white);
  padding: 0 7.5rem;
}
.brxe-bld-counter .counter-item .inner {
  display: inline-block;
}
.brxe-bld-counter .counter-number {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0.4rem;
  font-size: clamp(3.5rem, 1.7746rem + 4.6009vw, 8.4rem);
}
@media (max-width: 950px) {
  .brxe-bld-counter .counter-number {
    justify-content: center;
  }
}
.brxe-bld-counter .counter-number h3 {
  font-family: "Dela Gothic One";
  color: var(--color-off-white) !important;
  font-size: clamp(3.5rem, 1.7746rem + 4.6009vw, 8.4rem) !important;
}
.brxe-bld-counter .counter-label {
  margin-top: 1rem;
  font-size: clamp(1.8rem, 1.4479rem + 0.939vw, 2.8rem);
  line-height: 1.2;
  color: var(--color-off-white);
  text-align: left;
}
@media (max-width: 950px) {
  .brxe-bld-counter .counter-label {
    text-align: center;
  }
}
@media (max-width: 950px) {
  .brxe-bld-counter .counter-wrapper {
    flex-direction: column;
    gap: 3rem;
    padding: 4rem 3rem;
  }
  .brxe-bld-counter .counter-item {
    width: 100%;
    border-left: none !important;
  }
  .brxe-bld-counter .counter-item:not(:last-child) {
    border-right: 0;
    border-bottom: 0.2rem solid var(--color-off-white);
    padding-bottom: 3rem;
  }
}

/*# sourceMappingURL=bld_counter.css.map */
