main.productos {
  .card {
    overflow: hidden;
    border-radius: 20px;
  }
}

.card-principal {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border-radius: 1.5rem;
}

.card-principal img {
  object-fit: cover;
  width: 100%;
  height: 264px;
  display: block;
}

.col-md-8 .card-principal img {
  height: 264px;
}