html,
body {
  overflow-x: hidden;
}

img {
  max-width: 100%;
}

@media (max-width: 991px) {
  .countWrap .countItem {
    width: 50%;
    padding: 0 18px;
    margin-bottom: 26px;
  }
  .countWrap .countItem h3 .countText {
    width: auto !important;
  }
  .countWrap .countItem:nth-child(2n)::after {
    display: none;
  }
  .countWrap .countItem:nth-child(2n+1) {
    padding-left: 0;
  }
  .countWrap .countItem:nth-child(2n) {
    padding-right: 0;
  }
}
@media (max-width: 575px) {
  .countWrap .countItem {
    width: 100%;
    padding: 0;
    margin-bottom: 22px;
    text-align: center;
  }
  .countWrap .countItem h3 {
    justify-content: center;
  }
  .countWrap .countItem:last-child {
    margin-bottom: 0;
  }
  .countWrap .countItem::after {
    display: none;
  }
}
