.commitees-bloc-tow_column{
    display: flex;
    justify-content: space-between;
    gap: 40px;
    flex-wrap: wrap;
}

.commitees-bloc-one_column{
    display: flex;
    justify-content: space-between;
    gap: 40px;
    flex-direction: column;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.commitee-memeber{
    display: flex;
    flex: 1;
    padding-bottom: 40px;
}

.commitees-bloc-one_column .commitee-memeber{
    padding-bottom: 0;
}



.commitees-bloc-tow_column .commitee-memeber{
    width: 50%;
    min-width: 400px;
}

.commitee-memeber .commitee-avatar{
    width: 118px;
    height: 132px;
    margin-right: 25px;
}

.commitee-memeber .commitee-avatar img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: top;
}

.commitee-memeber .commitee-detail{
    flex: 1
}

.commitee-memeber .commitee-detail h4{
    font-size: 2rem;
    line-height: 1.3;
    margin: 0;
    padding: 0 0 4px 0;
}

.commitee-memeber a.scopus{
    display: block;
    height:37px
}

.commitee-memeber .scopus img{
    width: 150px;
}

.commitees-two_section{
    display: flex;
    justify-content: space-between;
    gap: 40px;
    flex-wrap: wrap;
}

.commitees-two_section .commitees-section{
    flex: 1;
}

@media (max-width: 700px) {

    .commitee-memeber{
        flex-direction: column;
    }
    .commitees-bloc-tow_column{
        flex-direction: column;
        gap: 0;
    }

    .commitee-avatar{
        margin-bottom: 20px;
    }

    .commitees-two_section{
        flex-direction: column;
        gap: 20px;
    }
}