/* =================team start============= */
@media (max-width: 576px) {
    .team-text h5 {
        font-size: 8px;
    }

    .team-text p {
        font-size: 7px;
    }

    .team-item .team-text {
        height: 50px;

    }

    .team-social {
        display: flex;
        justify-content: center;
        gap: 6px;
    }

    .team-social a {
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }

    .team-item:hover .team-text {
        margin-top: -30px;
        height: 98px;
    }
}

/* ===============team end==================== */
