.site-error{
    height: calc(100vh - 15.16vw);
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: center;
}

.site-error .img-error{
    width: 600px;
    height: auto;
}

@media (max-width: 1079px) {
    .site-error{
        height: calc(100vh - 383px);
        background-color: white;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .site-error .img-error{
        width: 300px;
        height: auto;
    }
}