.kb_customers {
  padding: 4% 0;
}

.kb_customers__content {
  max-width: 1160px;
  margin: 2% auto;
  padding: 4% 0%;
  /* background-color: coral; */
}


/* .kb_customers__content h2 {
  font-size: 36px;
  font-weight: 400;
  color: #004373;
  text-align: center;
  margin: 0;
  line-height: 1.3;
}

.kb_customers__content p {
  text-align: center;
  font-size: 18px;
  line-height: 1.6;
  color: #004373;
} */

/* .lastes_blog_content_heading.kb_customers__heading_ h2 {
  text-transform: capitalize;
} */

.lastes_blog_content_heading.kb_customers__heading_ p {
  font-size: 24px;
  line-height: 1.5;
  text-align: center;
  margin-top: -20px;
}

.kb_customers__logos {
  background-color: white;
  position: relative;
  z-index: 2;
  padding: 4% 0;
}

.kb_customers__others {
  display: flex;
}

.kb_customers__logos img {
  /* padding: 10px; */
  padding: 5px;
}

.kb_customers__heading {
  padding: 1% 0% 3% 0%;
}

#retail_brands .kb_customers__others {
  display: grid;
  /* grid-template-columns: repeat(4, 1fr); */
  grid-template-columns: repeat(5, auto);
  gap: 20px;
}

#retail_brands .kb_customers__logos {
  max-width: 1160px;
  margin: 0 auto;
}

@media only screen and (max-width: 1023px) {
  .kb_customers {
    padding: 10% 0;
  }

  .logos_desk {
    display: none;
  }

  .logos_mobile {
    display: block;
  }

  .kb_customers__others {
    display: flex;
    flex-wrap: wrap;
  }

  .kb_customers__content p br {
    display: none;
  }

  .kb_customers__heading {
    padding: 2% 2% 3% 2%;
  }

  .kb_customers__content h2 {
    font-size: 20px;
    font-weight: 400;
  }

  .kb_customers__content p {
    font-size: 14px;
    line-height: 1.6;
  }

  #retail_brands .kb_customers__others {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0px;
  }
}

@media only screen and (min-width: 1024px) {
  .logos_desk {
    display: block;
  }

  .logos_mobile {
    display: none;
  }
}



.logo-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  gap: 8px 10px;
  align-items: center;
  justify-items: center;
}

.logo {
  max-width: 135px;
  height: auto;
}

.logo.square_70 {
  max-width: 70px;
}

.logo.square_80 {
  max-width: 80px;
}

.logo.square_90 {
  max-width: 90px;
}

.logo.square {
  max-width: 100px;
}

.logo.hrz_80 {
  max-width: 100px;
}

.logo.hrz_90 {
  max-width: 90px;
}

.logo.hrz_100 {
  max-width: 100px;
}

.logo.hrz_120 {
  max-width: 120px;
}

.country-section {
  margin-top: 30px;
}

.country-flag {
  border-radius: 30em;
  width: 36px;
  height: 36px;
  margin-right: 10px;
  vertical-align: middle;
}

.kb_customers__logos_wrapper.brands_country_cols-4 {
  /* grid-template-columns: repeat(4, 1fr); */
  grid-template-columns: repeat(auto-fit, minmax(300px, 2fr));
  display: grid;
  gap: 20px;
  align-items: center;
}

.kb_customers__logos_wrapper.brands_country_cols-4 .logo-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 8px 10px;
  align-items: center;
  justify-items: center;
}

.kb_customers__logos_wrapper.brands_country_cols-4 .logo {
  max-width: 140px;
  height: auto;
}

.kb_customers__logos_wrapper.brands_country_cols-4 .logo_grid-pe {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px 10px;
  align-items: center;
  justify-items: center;
}

.kb_customers__logos_wrapper.brands_country_cols-4 .logo_grid-pe .logo {
  max-width: 90px;
  height: auto;
}


.kb_customers__logos_wrapper.brands_country_cols-4 .logo_grid-mx {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px 10px;
  align-items: center;
  justify-items: center;
}


.kb_customers__logos_wrapper.brands_country_cols-4 .logo_grid-mx .logo {
  max-width: 90px;
  height: auto;
}



@media (max-width: 768px) {
  .logo-grid {
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  }

  .logo {
    max-width: 180px;
  }
}