.team-card-logo {
    width: 80px;
    height: 80px;
    object-fit: contain;
    margin: 0 auto;
}

.team-card-icon {
    font-size: 2rem;
}

.team-card-title {
    font-size: 1rem;
}

@media (min-width: 768px) {
    .team-card-logo {
        width: 100px;
        height: 100px;
    }
    
    .team-card-icon {
        font-size: 2.5rem;
    }
    
    .team-card-title {
        font-size: 1.25rem;
    }
    
    .btn-md-normal {
        padding: 0.5rem 1rem;
        font-size: 1rem;
    }
}

@media (max-width: 400px) {
    .team-card-logo {
        width: 60px;
        height: 60px;
    }
    
    .team-card-icon {
        font-size: 1.5rem;
    }
    
    .team-card-title {
        font-size: 0.85rem;
    }
}