.card img { object-fit: cover; height: 220px; }
.container { max-width: 1080px; }

.navbar-brand img {
  max-height: 60px; /* podés ajustar este valor */
  height: auto;
  object-fit: contain;
}
.card-img-top {
  height: 250px;               /* ajustá a lo que se vea mejor: 200px, 220px, etc. */
  object-fit: cover;           /* recorta la imagen para que llene el espacio sin deformarse */
  object-position: center top; /* enfoca en la parte superior */
  width: 100%;
}
