.card22 {
    padding: 20px;
    border: none;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
  }
  
  .card22:hover {
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
  }
  
  .rounded-circle {
    width: 50px;
    height: 50px;
    object-fit: cover;
  }
  
  .btn-sm {
    font-size: 0.8rem;
  }