/* Profile Image Circular Fix */
.profile-image-wrapper {
    border-radius: 50% !important;
    border: 3px solid rgba(255, 255, 255, 0.85) !important;
}

/* Center Profile Text */
.profile-info h4,
.profile-info p {
    text-align: center !important;
}