  .person-card img {
            width: 100%;
            height: auto;
            border-radius: 5px;
        }

        .person-card {
            text-align: center;
            margin-bottom: 30px;
        }

        .person-card h6 {
            font-weight: bold;
            margin-top: 10px;
        }

        .person-card p {
            margin-bottom: 0;
            font-size: 14px;
            color: #333;
        }

        .title-heading {
            text-align: center;
            font-size: 28px;
            font-weight: bold;
            margin: 30px 0;
        }

        #google_translate_element {
            position: fixed;
            top: 46px;
            right: 0px;
            z-index: 9999;
        }