@media print, screen and (min-width: 64em) {
    .competitions-hero-bet-cards {
        margin-bottom: 30px;
    }
}

.competitions-hero-bet-cards {
    margin-left: 0px;
}

.competitions-hero-bet-cards .bonus-card {
    margin-bottom: 12px;
    flex-wrap: wrap;
    padding-bottom: 25px !important;
}

.competitions-hero-footer__flag {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 24px;
}

.competitions-hero-footer__flag img {
    margin-right: 8px;
}

@media print, screen and (min-width: 64em) {
    .competitions-hero-footer__flag {
        margin-bottom: 0;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}

@media print, screen and (min-width: 64em) {
    .competitions-hero-footer {
        margin-top: 30px;
        text-align: left;
    }
}

@media screen and (min-width: 100em) {
    .competitions-hero-footer {
        width: 100%;
        max-width: 24.375rem;
        margin-left: auto;
    }
}