.team-img {
    height: 500px !important;
    position: relative !important;
}

.team-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease-in-out !important;
}

.team-image:hover {
    transform: scale(1.1) !important;
}

.team-social a {
    text-decoration: none !important;
    color: inherit !important;
    padding: 12px;
    margin: 5px;
    background-color: #007bff;
    border-radius: 50% !important;
    transition: background-color 0.3s ease, transform 0.3s ease !important;
}

.team-social a:hover {
    background-color: #0056b3 !important;
    transform: translateY(-5px) !important;
}

.team-social i {
    color: white !important;
    font-size: 20px;
}

.team-social {
    margin-top: 10px !important;
}