.himtech-v193-card {
    min-height: 520px !important;
    box-sizing: border-box !important;
    padding-top: 28px !important;
    padding-bottom: 28px !important;
}

.himtech-v193-hide {
    display: none !important;
}

.himtech-v193-user-icon {
    width: 104px !important;
    height: 104px !important;
    margin: 0 auto 12px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: transparent !important;
    border-radius: 0 !important;
    box-sizing: border-box !important;
}

.himtech-v193-user-icon svg {
    width: 104px !important;
    height: 104px !important;
    display: block !important;
}

@media (max-width: 767px) {
    .himtech-v193-card {
        min-height: 510px !important;
        padding-top: 24px !important;
        padding-bottom: 24px !important;
    }

    .himtech-v193-user-icon {
        width: 96px !important;
        height: 96px !important;
    }

    .himtech-v193-user-icon svg {
        width: 96px !important;
        height: 96px !important;
    }
}
