.team-image-size {
    aspect-ratio: 4/4;
    object-fit: cover;
    width: 100%;
}


.team-button {
    width: fit-content !important;
}


@media (max-width: 991px) {
    .team-button {
        width: 100% !important;
    }
}