
.ard-counter-9-area {
    padding-top: 240px;
    padding-bottom: 130px;
    position: relative;
  }
  @media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .ard-counter-9-area {
      padding-top: 130px;
    }
  }
  .ard-counter-9-area::after {
    content: "";
    width: 110px;
    height: 100%;
    background-color: var(--ard-pr-9);
    top: 0;
    right: 0;
    position: absolute;
  }
  @media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .ard-counter-9-area::after {
      width: 50px;
    }
  }
  @media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .ard-counter-9-area::after {
      display: none;
    }
  }
  
  .ard-counter-9-title {
    font-size: 60px;
    font-weight: 500;
    line-height: 1.23;
    max-width: 720px;
    margin-bottom: 50px;
  }
  @media (max-width: 767px) {
    .ard-counter-9-title {
      font-size: 30px;
    }
  }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .ard-counter-9-title {
      font-size: 40px;
    }
  }
  
  .ard-counter-9-item-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .ard-counter-9-item-wrap {
      grid-template-columns: 1fr 1fr;
    }
  }
  @media (max-width: 767px) {
    .ard-counter-9-item-wrap {
      grid-template-columns: 1fr;
    }
  }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .ard-counter-9-item-wrap {
      grid-template-columns: 1fr 1fr;
    }
  }
  
  .ard-counter-9-item {
    overflow: hidden;
    padding: 0 30px;
    height: 580px;
  }
  .ard-counter-9-item:not(:last-child) {
    border-right: 1px solid #505555;
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .ard-counter-9-item {
      height: 150px;
      border-right: 1px solid #505555;
    }
  }
  @media (max-width: 767px) {
    .ard-counter-9-item {
      height: 150px;
      border-right: 1px solid #505555;
    }
  }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .ard-counter-9-item {
      height: 150px;
      border-right: 1px solid #505555;
    }
  }
  .ard-counter-9-item:nth-child(2) {
    padding-top: 145px;
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .ard-counter-9-item:nth-child(2) {
      padding-top: 0px;
    }
  }
  @media (max-width: 767px) {
    .ard-counter-9-item:nth-child(2) {
      padding-top: 0px;
    }
  }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .ard-counter-9-item:nth-child(2) {
      padding-top: 0px;
    }
  }
  .ard-counter-9-item:nth-child(3) {
    padding-top: 285px;
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .ard-counter-9-item:nth-child(3) {
      padding-top: 0px;
    }
  }
  @media (max-width: 767px) {
    .ard-counter-9-item:nth-child(3) {
      padding-top: 0px;
    }
  }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .ard-counter-9-item:nth-child(3) {
      padding-top: 0px;
    }
  }
  .ard-counter-9-item:nth-child(4) {
    display: flex;
    flex-direction: column;
    justify-content: end;
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .ard-counter-9-item:nth-child(4) {
      justify-content: start;
    }
  }
  @media (max-width: 767px) {
    .ard-counter-9-item:nth-child(4) {
      justify-content: start;
    }
  }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .ard-counter-9-item:nth-child(4) {
      justify-content: start;
    }
  }
  .ard-counter-9-item .number {
    font-size: 90px;
    font-weight: 800;
    line-height: 1;
    margin-bottom: 20px;
  }
  @media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .ard-counter-9-item .number {
      font-size: 70px;
      margin-bottom: 10px;
    }
  }
  .ard-counter-9-item .disc {
    display: block;
    font-size: 24px;
    line-height: 34px;
    color: #505555;
    font-weight: 500;
    text-transform: capitalize;
  }
  @media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .ard-counter-9-item .disc {
      font-size: 20px;
    }
  }