/* Manage Profile Responsive Design */

@media (max-width: 768px) {
    .card-body {
        padding: 1.5rem !important;
    }

    .btn-lg {
        height: 44px;
    }
}
