.vcard-flex-box {
    display: flex;
    align-items: center;
    padding: 8px 0;
    position: relative;
    min-height: 110px;
}

.vcard-flex-box .avatar-box {
    height: 140px;
    min-width: 140px;
    width: 100%;
    max-width: 120px;
    /* box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5); */
    /* overflow: hidden; */
    position: absolute;
    top: -40px;
}

.vcard-flex-box .avatar-box img {
    border: 5px solid #5a5f5f;
    display: block;
    width: 100%;
    max-width: 100%;
    height: 100%;
    margin: 0 auto;
    object-fit: cover;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
    transform: translateY(-1px);
    margin-bottom: -5px;
}

.vcard-flex-box .user-description {
    padding: 0 8px;
    margin-left: 140px;
    overflow: hidden;
}

.vcard-flex-box .user-description .username {
    font-family: 'SFUI-BOLD' !important;
    margin: 0 !important;
    font-size: 22px !important;
    font-weight: 900 !important;
    color: white;
    word-wrap: break-word;
}

.vcard-flex-box .user-description .post {
    color: white;
    font-weight: 400 !important;
    font-size: 15px !important;
    color: white;
    word-wrap: break-word;
    margin: 0;
}
.footer {
  position: fixed;
  left: 570px;
  bottom: 0;
  width: 27%;
  background-color: red;
  color: white;
  text-align: left;
}

