/* Profile Image Circular Fix */
.profile-image-wrapper {
    border-radius: 50% !important;
}

/* Center Profile Text */
.profile-info h4,
.profile-info p {
    text-align: center !important;
}