.name-txt {
    color: #000000;
    font-size: 25px;
    font-weight: 400;
    margin-bottom: 0px;
}

.position-txt {
    color: #0000009c;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 0px;
}

.team-main-con {
    display: flex;
    margin: 40px 0px;
    background: #80808017;
    /* border-radius: 0px 78px 78px 0px; */
    /* border-radius: 78px; */
    margin-top: 0;
    align-items: center;
    padding: 10px;
    width: 81%;
}

.team-main-con img {
    width: 200px;
    height: 200px;
}

.profile-main-text-con {
    display: flex;
    flex-direction: column;
    gap: 7px;
    padding-left: 20px;
    /* margin: auto; */
    /* padding: 10px; */
}

.profile-main-text-con .f-icons {
    margin-top: 0px;
}

.about-txt {
    font-size: 17px !important;

    color: #6B6B6B;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
}

@media only screen and (max-width: 777px) {
    .team-main-con {
        flex-direction: column;
        align-items: center;
        width: 100%;
        padding: 15px 0px;
    }

    .team-main-con img {
        width: 80%;
    }

    .profile-main-text-con {
        margin: auto;
        align-items: center;
    }

    .about-txt {
        font-size: 16px !important;
        color: #6B6B6B;
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: 1.5;
        text-align: center;
    }

    .profile-main-text-con {
        padding: 10px;
    }

    .name-txt {
        font-size: 22px
    }

    .position-txt {
        color: #0000009c;
        font-size: 18px;
        font-weight: 400;
        margin-bottom: 0px;
    }
}