.order-empty__container {
    width: 100%;
    height: 100%;
    margin-top: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.order-empty__text {
    font-size: 28px;
    font-weight: 500;
    line-height: 1.2;
    margin: 0 0 20px;
    color: var(--main-text-color);
}
