@media screen and (min-width: 1400px) {}

@media screen and (min-width: 1201px) and (max-width: 1399px) {}

@media screen and (min-width: 993px) and (max-width: 1200px) {}

@media screen and (min-width: 768px) and (max-width: 992px) {
    .liveness-main .liveness-card:not(:first-child) {
        margin: 40px 0px;
    }
    .liveness-main .identity-liveness-card {
        background-color: #ffffff;
    }
    .span_pro {
        font-weight: bold;
        color: #00433d;
    }
    .logo_thanx {
        display: flex;
        justify-content: center;
        align-items: flex-end;
        height: calc(100vh - 254px);
    }
    .logo_thanx img {
        width: 139px;
    }
}

@media screen and (min-width: 577px) and (max-width: 767px) {
    .liveness-main .liveness-card:not(:first-child) {
        margin: 40px 0px;
    }
    .liveness-main .identity-liveness-card {
        background-color: #ffffff;
    }
    .span_pro {
        font-weight: bold;
        color: #00433d;
    }
    .logo_thanx {
        display: flex;
        justify-content: center;
        align-items: flex-end;
        height: calc(100vh - 254px);
    }
    .logo_thanx img {
        width: 139px;
    }
}

@media screen and (min-width: 380px) and (max-width: 576px) {
    .liveness-main .liveness-card:not(:first-child) {
        margin: 40px 0px;
    }
    .liveness-main .identity-liveness-card {
        background-color: #ffffff;
    }
    .span_pro {
        font-weight: bold;
        color: #00433d;
    }
    .logo_thanx {
        display: flex;
        justify-content: center;
        align-items: flex-end;
        height: calc(100vh - 254px);
    }
    .logo_thanx img {
        width: 139px;
    }
}

@media screen and (min-width: 240px) and (max-width: 379px) {
    .liveness-main .liveness-card:not(:first-child) {
        margin: 40px 0px;
    }
    .liveness-main .identity-liveness-card {
        background-color: #ffffff;
    }
    .span_pro {
        font-weight: bold;
        color: #00433d;
    }
    .logo_thanx {
        display: flex;
        justify-content: center;
        align-items: flex-end;
        height: calc(100vh - 254px);
    }
    .logo_thanx img {
        width: 139px;
    }
}