.portfolio-image {
  max-height: 200px; /* Adjust the height as per your requirement */
  width: auto;
}

.portfolio-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
