.team-card {
    transition: all 300ms ease;
}

.team-card p {
    margin-block-start: 0 !important;
}

.team-card:hover {
    transform: translateY(8px) rotate(0deg) !important;
    box-shadow: 0px 20px 24px -6px rgba(5, 85, 94, 0.4);
}

@media (max-width: 600px) {
    #team-grid-1 .col-span-2 {
        grid-column: span 1 !important;
    }

}

.team-card figure {
    width: 100% !important;
}
.team-card img {
    width: 100% !important;
}