.null-box {
    display: flex;
    padding: 40px 0;
    text-align: center;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}
.ticket-box + .null-box {
    padding-top: 30px;
}
.null-box img {
    height: 70px;
}
.null-box img.img2 {
    height: 111px;
}
.null-box p {
    color: #3e3e42;
    font-size: 12px;
    line-height: 18px;
    font-weight: 400;
}
