
  .support-cards {
    
    align-items: stretch !important;
  }
  
  .support-cards > div {
    
    grid-template-rows: auto 1fr auto;
    
    padding: 1rem;
    
    border: 0.05rem solid #dbdddd;
    border-radius: 0.5rem;
    
    background-color: #ffffff;
  }
