.partner-div{
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
}
.partner-user{
    display: flex;
    color: #000000;
    text-decoration: none;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    height: 200px;
    margin-bottom: 20px;
    background-color: #ecf0f3;
    border-radius: 30px;
}
.partner-user-top{
    display: flex;
    align-items: center;
    width: 90%;
    height: 40%;
}
.partner-user-icon{
    width: 80px;
    height: 80px;
}
.partner-user-name{
    font-size: 1.8rem;
    margin-left: 10px;
}
.partner-user-bottom{
    display: flex;
    width: 90%;
    height: 40%;
}
.partner-user-bio{
    margin-top: auto;
    width: 45%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.partner-user-more{
    display: flex;
    margin-left: auto;
    margin-top: auto;
    color: #FFFFFF;
    background-color: #1111FF;
    padding: 5px 20px;
    border-radius: 12px;
    text-decoration: none;
}