/* Hakkımızda brand-card logos v1433
   Existing black card geometry and hover behavior are preserved. */
.about-investment-v73__dark,
.about-law-v75__dark{
  overflow:hidden;
}

.about-brand-card-logo{
  position:absolute;
  left:50%;
  top:50%;
  width:102px;
  height:106px;
  display:block;
  object-fit:contain;
  transform:translate(-50%,-50%);
  pointer-events:none;
  user-select:none;
  -webkit-user-drag:none;
}

@media (max-width:767px){
  .about-brand-card-logo{
    width:82px;
    height:auto;
  }
}
