.team-item img {
    transition: transform 0.3s ease-in-out;
}

.team-item img:hover {
    transform: scale(1.05);
}


.team-text h3 {
    font-size: 1.5rem;
    font-weight: bold;
    margin-top: 15px;
}

.team-text p {
    font-size: 1rem;
    color: #6c757d;
}

.btn-square {
    width: 40px;
    height: 40px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}
