.leader-card {
            margin-bottom: 3rem;
            border: none;
            box-shadow: 0 4px 12px rgba(0,0,0,0.1);
            border-radius: 12px;
            overflow: hidden;
        }
        
        .leader-image {
            height: 300px;
            object-fit: cover;
            width: 100%;
        }
        
        .leader-info {
            padding: 1.5rem;
        }
        
        .leader-name {
            font-weight: 700;
            color: #2c3e50;
            margin-bottom: 0.25rem;
        }
        
        .leader-title {
            color: #7f8c8d;
            font-weight: 500;
            margin-bottom: 1rem;
            font-size: 1.1rem;
        }
        
        .leader-bio {
            color: #555;
            line-height: 1.6;
        }
        
        @media (min-width: 768px) {
            .leader-image-container {
                padding: 0;
            }
            
            .leader-image {
                height: 100%;
                border-radius: 0;
            }
            
            .leader-info {
                padding: 2rem;
            }
        }
        
        .section-title {
            text-align: center;
            margin-bottom: 3rem;
            color: #2c3e50;
            font-weight: 700;
        }
        
        .section-subtitle {
            text-align: center;
            color: #7f8c8d;
            margin-bottom: 4rem;
            max-width: 700px;
            margin-left: auto;
            margin-right: auto;
        }