.simplia-logos-section {
  width: 100%;
  padding: 48px 0 0 0; /* o ajusta-ho al teu gust */
  display: flex;
  flex-direction: column;
  align-items: center;
}
.simplia-logos-container {
  width: 100%;
  max-width: 1200px; /* o la que et convingui */
  margin: 0 auto;
  text-align: center;
}

.simplia-logos-section h2 {
  width: 100%;
  text-align: center;
  margin-bottom: 34px;
  font-size: 2.3rem;     /* ajusta segons el teu estil */
  font-weight: 800;
  letter-spacing: -.01em;
}

.simplia-logos-swiper {
  width: 100%;
  padding: 30px 0;
}
.simplia-logos-swiper .swiper-wrapper {
  transition-timing-function: linear !important;
}
.simplia-logos-swiper .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 80px;
  background: none !important;
}
.simplia-logos-swiper .swiper-slide img {
  display: block;
  height: 52px;              /* fixa per igualar-ho tot */
  width: auto;
  max-width: 120px;
  object-fit: contain;
  background: none;
  border-radius: 0;          /* sense vora arrodonida */
  box-shadow: none;          /* sense ombra */
  padding: 0;                /* sense padding */
  margin: 0 auto;
  transition: transform 0.16s cubic-bezier(.7,0,.2,1);
}
.simplia-logos-swiper .swiper-slide img:hover {
  transform: scale(1.08);
  /* Si vols: box-shadow: 0 4px 22px #e0298440; */
}
