#choose_us {
  @media (max-width:991px) {
    padding-top: 20px !important;
  }
  .container-fluid {
    background-color: #faf0e6;
  }
  .counter_row {
    flex-wrap: wrap;
  }
}

.choose-counter {
  width: 200px;
  .choose_column {
    background-color: #faf0e6;
    overflow: hidden;
    padding-top: 10px;
    padding-bottom: 10px;
    .choose_column_text {
      width: 100%;
      display: flex;
      flex-direction: column;
      justify-content: center;
    }
  }

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

  h4 {
    color: #000;
    text-align: start;
    font-family: "Lato", serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
  span {
    color: #000;
    text-align: start;
    font-family: "Lato", serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: block;
    line-height: 1.2;
  }
}

#choose_counter {
  .row {
    padding-top: 30px;
    padding-bottom: 60px;
  }
}

/*  @media (min-width: 768px) {
   #choose_us {
     .counter_row {
       grid-template-columns: repeat(3, 1fr);
     }
   }
 } */

@media (min-width: 991px) {
  .choose-counter {
    width: 100%;
    .choose_column {
      background-color: #faf0e6;
      width: fit-content;
    }

    img {
      width: 70px;
      height: 70px;
      object-fit: cover;
    }

    h4 {
      color: #000;
      text-align: start;
      font-family: "Lato", serif;
      font-size: 16px;
      font-style: normal;
      font-weight: 700;
      line-height: normal;
    }
    span {
      color: #000;
      text-align: start;
      font-family: "Lato", serif;
      font-size: 12px;
      font-style: normal;
      font-weight: 400;
      line-height: 1.4;
      text-wrap: wrap;
    }
  }

  #choose_us {
    .counter_row {
      flex-wrap: nowrap;
    }
  }
}

/*  @media (max-width: 320px) {
   .choose-counter {
     .choose_column {
       background-color: #faf0e6;
       width: fit-content;
     }

     img {
       width: 100%;
       height: auto;
       object-fit: contain;
     }

     h4 {
       color: #000;
       text-align: start;
       font-family: "Lato", serif;
       font-size: 13px;
       font-style: normal;
       font-weight: 500;
       line-height: normal;
     }
     span {
       color: #000;
       text-align: start;
       font-family: "Lato", serif;
       font-size: 8px;
       font-style: normal;
       font-weight: 300;
       line-height: normal;
       text-wrap: wrap;
     }
   }

   #choose_us {
     .counter_row {
       display: grid;
       grid-template-columns: repeat(2, 1fr);
       background-color: #faf0e6;
     }
   }
 } */
.mobile_choose_slider {
  .choose-counter {
    width: unset;
  }
}
