.heading {
    color: #565656;
    font-size: 58px;
    font-weight: 500;
    line-height: 81px;
    letter-spacing: 0.02em;
}

.heading span {
    color: var(--secondary);
    /* font-size: 58px; */
    font-weight: 500 !important;
    /* line-height: 81px; */
}

.SivaramanData h2 {
    color: var(--primary);
    font-size: 42px;
    font-weight: 500;
    line-height: 50.4px;
    text-align: left;
}

.SivaramanData h4 {
    color: #242424;
    font-size: 22px;
    font-weight: 500;
    line-height: 26.4px;
    text-align: left;
}

.SivaramanData p {
    color: #767676;
    font-size: 18px;
    font-weight: 500;
    line-height: 31.4px;
    text-align: left;
}

.SivaramanData {
    border: 1px solid #8A8A8A;
}


.SivaramanData a {
    color: var(--secondary);
    font-size: 16px;
    font-weight: 500;
    line-height: 19.2px;
    text-align: left;

}

.boardOfDirectors {
    background-image: url("../assets/meetOurTeam/bg_ourteam.png");
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: 50%;
    border: 1px solid #8A8A8A;
    /*max-width: 580px !important;*/
}

.boardOfDirectors h2 {
    color: var(--primary);
    font-size: 40px;
    font-weight: 500;
    line-height: 50.4px;
    text-align: left;

}

.boardOfDirectors h4 {
    color: #242424;
    font-size: 22px;
    font-weight: 400;
    line-height: 26.4px;
    text-align: left;
}

.boardOfDirectors p {
    color: #767676;
    font-size: 18px;
    font-weight: 500;
    line-height: 31.4px;
    text-align: left;

}

.card_container h2 {
    color: var(--primary);
    font-size: 24px;
    font-style: italic;
    font-weight: 700;
    line-height: 28.8px;

}

.card_container h4 {
    color: #6C6363;
    font-size: 20px;
    /* font-style: italic; */
    font-weight: 500;
    line-height: 24px;
    /* text-align: left;/ */
}

.new_card_content h2 {
    color: var(--primary);
    font-size: 24px;
    font-style: italic;
    font-weight: 600;
    line-height: 28.8px;

}

.new_card_content h4 {
    color: #6C6363;
    font-size: 20px;
    /* font-style: italic; */
    font-weight: 500;
    line-height: 24px;
    /* text-align: left;/ */
}

.card_content {
    text-align: left;
    /* filter: blur(8px);
    -webkit-filter: blur(8px); */
    margin-top: -35% !important;
    z-index: 999;
    position: relative;
    background-color: #ffffffa1;

}

.management_bg {
    background-image: url("../assets/index/Millions_User_bg_image.svg");
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 20%;
}


.meet_our_team_banner h3 {
    color: #565656;
    font-size: 20px;
}



.meet_our_team_banner h4 {
    color: var(--secondary);
    font-family: var(--font-outfit) !important;
    font-size: 58px;
    font-weight: 500;
    line-height: 81px;
    letter-spacing: 0.02em;
    /* text-align: cente; */
}

@media screen and (max-width: 767px) {

    .heading {
        font-size: 24px;
        font-weight: 600;
        line-height: 30px;
    }

    .meet_our_team_banner sup img {
        width: 10px;
    }

    .meet_our_team_banner h4 {
        font-size: 24px;
        line-height: 30px;
    }

    .meet_our_team_banner h3 {
        font-size: 16px;
    }

    .meet_our_team_banner .image_background {
        height: 25vh;
    }

    .mobile_view {
        width: 100%;
    }

    .SivaramanData {
        margin: 2%;
    }

    .SivaramanData h2 {
        font-size: 24px;
    }

    .SivaramanData h4 {
        font-size: 18px;
    }

    .SivaramanData p {
        font-size: 16px;
    }

    .SivaramanData .mdImg {
        width: 300px;
    }

    .boardOfDirectors h2 {
        font-size: 24px;
        text-align: center;
    }

    .boardOfDirectors h4 {
        font-size: 18px;
        text-align: center;
    }

    .boardOfDirectors p {
        font-size: 16px;
        line-height: 25px;
        padding: 0px 10px;
    }

    .mobile_view {
        width: 90%;
    }

    .card_content {
        text-align: left;
        margin-top: -39% !important;
        z-index: 999;
        /* padding-bottom: 32px; */
        position: relative;
        background-color: #ffffffa1;
    }

    .boardOfDirectors .mdImg {
        width: 80%;
        height: 60%;
        margin: auto;
        display: flex;
    }

    .boardOfDirectors {
        margin: 5%;
    }

    .linkedInIcon {
        margin: auto;
        display: flex;
        text-align: center;
    }

    .card_container h2 {
        text-align: center;
        margin: auto;
        font-size: 14px;
        line-height: normal;
    }

    .card_container h4 {
        text-align: center;
        font-size: 10px;
        line-height: normal;
    }

    .new_card_content h2 {
        font-size: 20px;
    }

    .new_card_content h4 {
        font-size: 16px;
        margin-bottom: 10% !important;
    }

}