#clientes h2 {
  color: var(--Black, #1d1d1d);
  text-align: center;
  -webkit-font-feature-settings: "liga" off;
  font-feature-settings: "liga" off;
  /* h2 */
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%; /* 63.8px */
  margin-bottom: 24px;
}
#clientes p {
  color: var(--Black, #1d1d1d);
  text-align: center;
  -webkit-font-feature-settings: "liga" off;
  font-feature-settings: "liga" off;
  /* P */
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%; /* 27px */
  width: 50%;
  margin: 0 auto;
  z-index: 1;
  position: relative;
}
#clientes div#slide-clientes {
  margin: 30px 0;
}
.item a {
  text-decoration: none;
}
#clientes div#slide-clientes div.item div.card {
  border: none;
  background: transparent;
  margin-top: 16px;
  max-width: 297px;
}
#clientes div#slide-clientes div.item div.card div.card-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: none;
  background: transparent;
  padding: 0;
}
#clientes div#slide-clientes div.item div.card div.card-header div.box {
  /* border-radius: 0px 20px; */
  /* background: var(--Black, #1d1d1d); */
  /* width: 76px;
    height: 76px; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 10px;
  width: 240px;
  height: 80px;
}

@media (max-width: 400px) {
  #clientes div#slide-clientes div.item div.card div.card-header div.box{
    padding: 5px;
  }
}

#clientes div#slide-clientes div.item div.card div.card-header div.box img {
  width: 100% !important;
  height: 100% !important;
  width: auto;
  object-fit: contain;
}
#clientes div#slide-clientes div.item div.card div.card-body {
  border: none;
  background: transparent;
  padding: 0;
}
#clientes div#slide-clientes div.item div.card div.card-body h6 {
  color: var(--Black, #1d1d1d);
  text-align: center;
  -webkit-font-feature-settings: "liga" off;
  font-feature-settings: "liga" off;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%; /* 33px */
  margin: 20px 0;
}
#clientes div#slide-clientes div.item div.card div.card-body p {
  color: var(--Black, #1d1d1d);
  text-align: center;
  -webkit-font-feature-settings: "liga" off;
  font-feature-settings: "liga" off;
  /* P */
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%; /* 27px */
  width: 100%;
}
