
/* // `xxl` applies to x-large devices (large desktops, less than 1400px) */
@media (max-width: 1399.98px) {
    .emailAddress {
        display: none;
    }
}

/* // Large devices (desktops, 992px and up) */
@media (max-width: 992px) { 

    .card {
        min-height: 25vh;
    }

    .card h2 {
        margin: 20px 0!important;
    }

    .profile .hideProfileNavbar {
        line-height: 2.5;
    }

    .profile {
        position: relative;
        padding: 0;
    }

    .emailAddress {
        display: block;
    }
}