  .stats-list span{
    font-size:15px;
    font-weight:normal!important;
}

.stats-list.stats-list--card{
    padding: 2rem 1rem;
    text-align: center;
    background-position: -2% -1.875rem;
    display: block;
}

.stats-list.stats-list--card{
    color: #fff;
    background-color: #0c2340;
    background-image: url(/_files/global/images/elements/layout/chevron.svg);
    background-repeat: no-repeat;
    background-size: auto;
    box-shadow: 2px 2px 6px rgba(12, 37, 64, .25);
    margin: 4rem 0;
}

.pagetitle {
    display: none;
}

img.logo-banner--be-bold{
    height:250px!important;
}


@media only screen and (max-width: 600px) {
    img.logo-banner--be-bold{
        width:90%!important;
        height:auto!important;
    }
    .mobilebtn{
        position:unset!important;
    }
    
    .stats-list span{
        margin-top:1rem;
        margin-bottom:1rem;
    }
    
    .advancementbtn{
        margin-top:5rem!important;
    }
}