#trust-section .number-counter {
  padding-top: 15px;
  padding-bottom: 15px;
  .number_column {
    background-color: transparent;
    overflow: hidden;
    .number_column_text {
      width: 100%;
    }
  }

  img {
    width: 45px;
    height: 45px;
    object-fit: contain;
  }

  h4 {
    color: #fe5e00;
    font-family:  "Lato", serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    span {
      color: #fe5e00;
      font-family:  "Lato", serif;
      font-size: 20px;
      font-style: normal;
      font-weight: 700;
      line-height: normal;
    }
  }
  span {
    color: #000;
    font-family:  "Lato", serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    width: 180px;
  }
}

#trust-section .counter_row {
  background-color: transparent;
  box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.25);
}

#trust-section {
  .row {
    padding-top: 30px;
    padding-bottom: 60px;
    @media (max-width:768px) {
      padding-top: 15px;
      padding-bottom: 15px;
  }
  }
}
.counter_row {
  gap: 12px;
}
@media (min-width: 543px) {
  #trust-section .counter_row {
    background-color: #f9f9f9;
  }
  .counter_row {
    gap: 0 !important;
  }
}

@media (min-width: 992px) {
  #trust-section .number-counter {
    .number_column {
      background-color: transparent;
      width: fit-content;
      overflow: hidden;
      .number_column_text {
        width: 100%;
      }
    }

    img {
      width: 75px;
      height: 75px;
      object-fit: contain;
    }

    h4 {
      color: #fe5e00;
      font-family:  "Lato", serif;
      font-size: 20px;
      font-style: normal;
      font-weight: 700;
      line-height: normal;
      span {
        color: #fe5e00;
        font-family:  "Lato", serif;
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
      }
    }
    span {
      color: #000;
      font-family:  "Lato", serif;
      font-size: 14px;
      font-style: normal;
      text-transform: capitalize;
      font-weight: 500;
      line-height: normal;
      text-wrap: wrap;
    }
  }

  #trust-section .counter_row {
    background-color: #f9f9f9;
  }
  .counter_row {
    gap: 0;
  }
}

.counter_row.container {
  padding: 0 !important;
}

/*  mobile counter */

.counter_slide .counter_description {
  font-size: 10px !important;
}
