.counter {
  display: flex;
  align-items: flex-start;
  gap: 50px;
  flex-wrap: wrap;
  margin-top: 2rem;
  margin-bottom: 2rem; }
  @media (max-width: 767.98px) {
    .counter {
      justify-content: center; } }
  .counter:last-child {
    margin-bottom: 0; }
  .counter:first-child {
    margin-top: 0; }
  .counter .block-editor-block-list__layout {
    display: flex;
    gap: 10px;
    flex-wrap: wrap; }
    .counter .block-editor-block-list__layout .block-list-appender {
      display: none; }
    .counter .block-editor-block-list__layout [data-type="custom/counter-item"] {
      margin: 0; }
  .counter > .counter-item {
    max-width: calc(50% - 50px); }
    @media (max-width: 767.98px) {
      .counter > .counter-item {
        max-width: 50%; } }
  .counter .count {
    margin: 0;
    font-family: "Bebas Neue", sans-serif; }
    @media (min-width: 768px) {
      .counter .count {
        font-size: 6.25rem !important;
        line-height: 0.8 !important;
        text-indent: -18px; } }
    @media (max-width: 767.98px) {
      .counter .count {
        font-size: 5rem;
        line-height: 1;
        text-indent: -14px; } }
  .counter .counter-text {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.2;
    margin-top: 0.5rem; }
    @media (max-width: 767.98px) {
      .counter .counter-text {
        font-size: 1.125rem; } }

/*# sourceMappingURL=counter.css.map */
