/* team photo start */
.teamPhotoWrapper{
    width: 100%;
}
.photoRow{
    overflow: auto;
    white-space: nowrap;
}
.photoRow::-webkit-scrollbar {
    display: none;
    }
.teamPhotoWrapper .photoRow img{
    /* width: 25%; */
    width: 300px;
    margin-right: 5px;
    margin-bottom: 5px;
    margin-top: 20px;
    border-radius: 8px;

}

.teamsPhotoTitle,.teamsPhotoData {
    padding: 0px 80px;
}
.teamsPhotoTitle h2 {
    font-weight: 500;
    font-size: 24px;
    color: #454545;
}
.teamsPhotoData {
    margin: 20px 0 10px 0px;
}
.secondPhotoRow{
    margin-top: -20px;
}

        @media (max-width: 768px) {
            .profile-card {
                flex-direction: column;
                text-align: center;
                padding: 20px;
            }

            .profile-image-container {
                margin-right: 0;
                margin-bottom: 20px;
            }

            .button-group {
                justify-content: center;
            }
            .profile-email {
    justify-content: center;
}
        }

        @media (max-width: 480px) {
            .profile-image {
                width: 150px;
                height: 150px;
            }

            .profile-name {
                font-size: 24px;
            }

            .button-group {
                flex-wrap: wrap;
            }

            .btn-primary {
                width: 100%;
                margin-bottom: 10px;
            }
        }