
.app_lottery_number {
    width: 48px;
    height: 30px;
    text-align: center;
    vertical-align: middle;
    font-size:14px;
    font-weight: 700;
    margin: 0 4px 8px 0;
    border: none;
    border-radius: 10px
}
.app_lottery_card_numbers {
    padding: 30px 50px;
    margin: 0 auto;
    max-width: 1080px;
    background: #fff;
    border-radius: 26px !important;
    box-sizing: border-box;
    box-shadow: 0px 24px 60px -1px rgba(37,44,54,0.14);
}

.app_lottery_card_top {
    display: flex;
}
.app_lottery_card_top_img {
    width: 300px; max-height: 300px; margin-right: 16px;
}
.app_lottery_card_numbers h4 {
    margin:12px 0; font-weight: bold;
}