@media (min-width: 992px) {
  .custom-container {
    max-width: 75%
  }
}

#logo {
  width: 120px;
  height: auto;
}

.card {
  max-height: 500px;
  overflow: hidden;
}

.project-img {
  width: 100%;
  height: 300px;
  object-fit: contain;
}
