.fixed-height-footer {
    height: 120px; /* adjust this value to your desired fixed height */
    display: flex;
    align-items: center;
  }

  .card-footer {
    max-width: 100%; 
    padding: 10px;
  }