.corp-counter.block {
  .genericWrapper {
    color: #212529;
    position: relative;

    img {
      z-index: -1;

      &.generic-mobile,
      &.generic-desktop {
        width: 100%;
      }

      &.generic-mobile {
        display: none;
      }
      @media screen and (max-width: 767px) {
        &.generic-mobile {
          display: block;
        }
        &.generic-desktop {
          display: none;
        }
      }
    }

    .inner-counter-container {
      @media screen and (max-width: 767px) {
        position: absolute;
      }
      @media (width>= 1200px){
        position: absolute;
      }

      padding: 0;
      left: 0;
      right: 0;
      top: 50%;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      max-width: 1024px;
      margin: 0 auto;

      .g-row {
        column-gap: normal;

        h2 {
          font-size: 68px;
          font-weight: 500;
          font-family: 'Lato Black', sans-serif;
          margin-bottom: 25px;
          @media screen and (max-width: 767px) {
            font-size: 36px;
          }
        }
      }

      .middle-component {
        margin-top: 0;
        margin-bottom: 0;
        display: block;

        @media (width >=768px) {
          padding: 15px 40px;
          display: block;
          padding: 0 10px;
          margin: 0;
          position: relative;
        }
      }

      .col-divider:before {
        left: 0;
      }

      .col-divider:after {
        right: 0;
      }

      .col-divider:before,
      .col-divider:after {
        width: 100%;
        height: 2px;
        position: inherit;

        @media (width >=768px) {
          content: '';
          display: block;
          position: absolute;
          right: 0;
          height: 100%;
          background-color: #e5e5e5;
          top: 0;
          bottom: 0;
          width: 2px;
        }
      }

      .count-label {
        display: block;
        text-transform: uppercase;
        color: #000;
        text-align: center;
        font-size: 18px;
        font-family: 'Lato Light', sans-serif;
        @media screen and (max-width: 767px) {
          font-size: 12px;
          margin-bottom: 20px;
        }
      }
      .customer-count {
        display: block;
        margin-bottom: 10px;
        margin-top: 0;
        text-align: center;
      }

      .numscroller {
        font-size: 68px;
        font-family: 'Lato Light', sans-serif;
        color: #fff;
        display: inline-block;
        letter-spacing: 17px;
        width: 440px;

        .bg-image-wrapper {
          position: absolute;
          z-index: -1;
          display: flex;
        }

        @media screen and (max-width: 767px) {
          font-size: 35px !important;
          letter-spacing: 10px;
          padding-left: 2px;
          width: 240px;
        }
      }
    }

    .button-gutter {
      margin: 90px 0 0;

      .button {
        color: #fff;
        padding: 8px 16px;
        margin-bottom: 10px;
        border: none;
        box-shadow: none;
        outline: 0;

        @media screen and (max-width: 767px) {
          margin-bottom: 15px;
          width: 60%;
          margin-right: 0px;
          font-size: 15px;
          font-weight: 500;
        }
      }

      .button-180 {
        min-width: 180px;
      }

      .button-red {
        background-color: #d61f26;
        color: #fff;
      }

      a {
        display: inline-block;
        margin-bottom: 15px;
        margin-right: 0;
        font-size: 15px;
        font-weight: 500;

        @media (width >=768px) {
          margin-right: 10px;
          border: none;
          font-size: 12px;
          text-transform: uppercase;
        }
      }
    }

    .text-center {
      text-align: center;
    }
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    line-height: normal;
  }
}
