.mdi-chevron-left::before {
  font-size: 52px;
  font-weight: bolder;
}
.v-image {
  transition: all 0.3s ease-in-out;
}
.startup-list-card:hover h6 {
  transition: color 0.3s;
  color: var(--v-primary-base);
}
.startup-list-card:hover .v-image {
  transform: scale(1.035);
}
