.counter_section {
  margin: 5% 0;
}

.counter_section .counter-bg {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.counter_section .counter-bg .rowwidth {
  width: 100%;
}

.counter_section .counter-bg .counter-box {
  position: relative;
  padding: 10px 20px;
  text-align: center;
}

.counter_section .counter-bg .counter-box .number {
  font-weight: 800;
  font-size: 44px;
  color: #0b6b3a;
  margin-bottom: 5px;
  line-height: 1;
}

.counter_section .counter-bg .counter-box .text {
  font-size: 16px;
  line-height: 1.4;
  color: #555;
  margin: 0;
  font-weight: 500;
}

.counter_section .counter-bg .bd-right {
  border-right: 1px solid #d8e5dd;
}

@media (max-width: 991.98px) {
  .counter_section {
    margin: 4% 0;
  }

  .counter_section .counter-bg .counter-box {
    padding: 8px 15px;
  }

  .counter_section .counter-bg .counter-box .number {
    font-size: 36px;
  }

  .counter_section .counter-bg .counter-box .text {
    font-size: 14px;
  }
}

@media (max-width: 767.98px) {
  .counter_section {
    margin: 30px 0;
  }

  .counter_section .counter-bg .rowwidth {
    row-gap: 20px;
  }

  .counter_section .counter-bg .counter-box {
    padding: 5px 10px;
  }

  .counter_section .counter-bg .counter-box .number {
    font-size: 28px;
  }

  .counter_section .counter-bg .counter-box .text {
    font-size: 13px;
  }

  .counter_section .counter-bg .bd-right {
    border-right: none;
  }
}

@media (max-width: 575.98px) {
  .counter_section {
    margin: 25px 0;
  }

  .counter_section .counter-bg .counter-box .number {
    font-size: 25px;
  }

  .counter_section .counter-bg .counter-box .text {
    font-size: 12px;
  }
}
