/* Son mikro ayar */

/* Hepsiburada: mevcut 1.7 idi, %10 daha küçük = 1.53 */
.trust-item[data-logo="hepsiburada"] .real-logo-bubble img,
.trust-item[data-logo="hepsiburada"] .round-logo-ball img{
  transform:scale(1.53)!important;
  transform-origin:center!important;
}

/* E-Fatura %10 büyüsün */
.trust-item[data-logo="efatura"] .real-logo-bubble img,
.trust-item[data-logo="efatura"] .round-logo-ball img{
  transform:scale(1.10)!important;
  transform-origin:center!important;
}

/* Kargo %10 büyüsün */
.trust-item[data-logo="kargo"] .real-logo-bubble img,
.trust-item[data-logo="kargo"] .round-logo-ball img{
  transform:scale(1.10)!important;
  transform-origin:center!important;
}

/* Excel %10 büyüsün */
.trust-item[data-logo="excel"] .real-logo-bubble img,
.trust-item[data-logo="excel"] .round-logo-ball img{
  transform:scale(1.10)!important;
  transform-origin:center!important;
}
