.reserve-not-found{
    background: var(--white);
    display: block;
    text-align: center;
}

.reserve-not-found *{
    text-align: center;
}


.reserve-not-found .img-not-found{
    width: 39.0625vw;
}

@media (min-height: 120vw){
    .img-not-found{
        width: 100% !important;
    }
    .reserve-not-found .flex-center{
        display: block !important;
    }
    .reserve-not-found .white-button, .reserve-not-found .black-button{
        width: 100%;
        height: 14.35vw;
        border-radius: 2.0512vw;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .reserve-not-found .white-button{
        margin-bottom: 4.102vw;
    }
}

@media (min-width: 120vh){
    .reserve-not-found{
        transform: scale(0.8);
        transform-origin: top center;
        padding: 3vw 7.2vw;
        margin-bottom: -10vw;
    }
}