.projects .image-slot {
  aspect-ratio: 4 / 3;
  cursor: default !important;
}

.projects .image-slot img,
.projects .image-slot:hover img {
  transform: none !important;
}

.social-icon {
  width: 1.15rem;
  height: 1.15rem;
  flex: 0 0 auto;
  object-fit: contain;
  background: transparent;
}

.brand-row--dark .social-icon {
  filter: invert(78%);
}

.social-icon--whatsapp {
  width: 1.2rem;
  height: 1.2rem;
}

.social-icon--email {
  width: 1.2rem;
  height: 1.2rem;
}

.social-icon--phone {
  width: 1.2rem;
  height: 1.2rem;
}
