/*
Generated time: June 27, 2025 17:41
This file was created by the app developer. Feel free to contact the original developer with any questions. It was minified (compressed) by AVADA. AVADA do NOT own this script.
*/
.brand_logos {
  width: 100%;
  height: auto;
}
.brand_logos .container {
  width: 100%;
  height: auto;
  max-width: 1380px;
  margin: 0 auto;
}
.brand_logos .logos_inner {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  row-gap: 15px;
  column-gap: 10px;
  padding-top: 15px;
}
.brand_logos .inner_col {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  flex-direction: column-reverse;
  border: 1px solid #8add4f;
  border-radius: 5px;
}
.brand_logos .logos_inner .brand_name {
  color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.35s ease-in-out;
  width: 275px;
  height: 170px;
  flex-direction: column-reverse;
  gap: 8px;
  margin: 0 auto;
}
.brand_logos h5 {
  width: 100%;
  height: auto;
  text-align: center;
  min-height: 80px;
  font-size: 16px;
}
.brand_logos .brand_name h2 {
  font-size: 28px;
  font-weight: 800;
  background: linear-gradient(90deg, #4cb1a3, #8add4f);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  text-transform: uppercase;
  text-align: center;
  line-height: 1.2;
  letter-spacing: 0.5px;
  max-width: 100%;
  font-family: Montserrat, sans-serif;
}

.brand_logos img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: all 0.35s ease-in-out;
  padding: 0 10px;
}
@media screen and (max-width: 1199px) {
  .brand_logos .logos_inner .brand_name {
    width: 222px;
  }
}
@media screen and (max-width: 991px) {
  .brand_logos .logos_inner {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .brand_logos .logos_inner {
    grid-template-columns: repeat(2, 1fr);
  }
  .brand_logos .logos_inner .brand_name {
    width: 161px;
    height: 145px;
  }
}
