@font-face {
    font-family: 'BMFont';
    src: url('../fonts/BMFont.eot');
    src: url('../fonts/BMFont.eot') format('embedded-opentype'),
    url('../fonts/BMFont.woff2') format('woff2'),
    url('../fonts/BMFont.woff') format('woff'),
    url('../fonts/BMFont.ttf') format('truetype'),
    url('../fonts/BMFont.svg#BMFont') format('svg');
    font-display: swap;
}

:root {
    --bm-font-family: 'Arial', sans-serif;
    --bm-font-weight: 700;
    --bm-alt-font-family: 'Arial', sans-serif;
    --bm-cta-button-color: #FFF;
    --bm-cta-button-hover-color: #FFF;
    --bm-cta-button-background: #0958CE;
    --bm-cta-button-hover-background: #0E3684;
}
.campaign-list-item_cta-btn{
    color: var(--bm-cta-button-color) !important;
}
.bm-banners-grid__offer {
    width: 728px !important;
}
@media only screen and (max-width: 991px) {
    .bm-banners-grid__wrapper {
        margin-bottom: 20px;
    }

    .bm-banners-grid__offer {
        width: 366px !important;
        height: 45.23px !important;
    }
}
