.ea-profile-card {
    text-align: center;
    -webkit-box-shadow: 3px 3px 15px rgb(0 0 0 / 7%);
    box-shadow: 3px 3px 15px rgb(0 0 0 / 7%);
    overflow: hidden;
    border-radius: 5px;
}
.ea-profile-card .profile-avatar {
    position: relative;
    margin: 0 auto;
    display: inline-block;
    margin-top: -50px;
    margin-bottom: 50px;
}
.ea-profile-card .profile-avatar img {
    width: 100%;
    width: 84px;
    height: 84px;
	border-radius: 50%;
}
.ea-profile-card .profile-avatar .sb-status {
    width: 20px;
    height: 20px;
    padding: 5px;
    top: 0;
    left: 4px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #3bb54a;
    position: absolute;
    border-radius: 50%;
    color: white;
    font-size: 10px;
}
.ea-profile-card .profile-content {
    padding: 14px 30px 30px;
    margin-top: -50px;
}

.ea-profile-card .profile-content .profile-title {
    font-family: roboto;
}
.ea-profile-title h3 {
    font-size: 24px;
    margin-bottom: 8px;
    font-weight: 700;
}
.ea-profile-card .profile-content .profile-meta {
    font-size: 12px;
    color: #888da8;
    border-bottom: 1px solid #c6c6c6;
    padding-bottom: 18px;
    margin-bottom: 16px;
    font-weight: 600;
}
.ea-profile-card .profile-content .sb-star-rating {
    line-height: 1;
}

.ea-profile-card .profile-content .sb-star-rating i {
    font-size: 12px;
    color: #ffc107;
}
.ea-profile-card .profile-content .profile-info {
    display: flex;
    justify-content: center;
    align-content: center;
    margin-top: 18px;
}
.ea-profile-card .profile-content .profile-info span {
    display: block;
    font-size: 12px;
    color: #888da8;
    line-height: 1;
}
.ea-profile-card .profile-content .profile-info a.btn-link {
    text-transform: capitalize;
    color: #ff5934;
    display: block;
    font-size: 12px;
    line-height: 1;
    margin-left: 10px;
}

/*style two*/
.ea-sb-about-me .widget-main-content {
    padding: 40px 30px;
    border-radius: 10px;
    background-color: #fff; 
}
.ea-sb-about-me .sb-profile-avatar-wrap {
    margin-bottom: 20px;
}

.ea-sb-about-me .sb-profile-avatar-wrap {
    text-align: center;
}
.ea-sb-about-me .sb-profile-avatar-wrap .sb-profile-avatar {
    position: relative;
    display: inline-block;
}
.ea-sb-about-me .sb-profile-avatar-wrap .sb-profile-avatar img {
    border-radius: 50%;
    width: 90px;
    height: 90px;
}
.ea-sb-about-me .sb-profile-avatar-wrap h3 {
    margin-top: 20px;
    font-size: 24px;
    font-weight: 700;
}
.ea-sb-about-me .sb-profile-avatar-wrap h6 {
    font-style: italic;
    color: #888da8;
    font-weight: 400;
    font-size: 14px;
    margin-top: -15px;
}
.ea-sb-about-me p {
    margin-top: 0;
    margin-bottom: 20px;
    text-align: center;
    font-size: 16px;
    color: #666;
}
.ea-sb-about-me .signature {
    border-bottom: 1px solid #e9f1fd;
    padding-bottom: 30px;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ea-sb-about-me .about-socials h6 {
    margin-bottom: 30px;
    text-align: center;
    font-size: 14px;
    color: #666;
}
.ea-sb-about-me .about-social-icons a:not(:last-child) {
    margin-right: 5px;
}
.ea-sb-about-me .about-social-icons {
    display: flex;
    align-items: center;
    justify-content: center;
}
.ea-sb-about-me .about-social-icons a {
    width: 40px;
    height: 40px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #888da8;
    border-radius: 50%;
}
