/* Responsive Fontsizes */
.break-word {
    word-break: break-word;
}
@media only screen and (max-width: 1400px) {

    h1, .h1, h1 a, .title h1,
    h2, .h2, h2 a,
    h3, .h3, h3 a,
    .bsc_hero_blog .bsc_hero_blog_title h1,
    .bsc_hero_blog .bsc_hero_blog_title a {
        font-size: 64px !important;
        line-height: 1.06 !important;
    }
}
@media only screen and (max-width: 1024px) {
    .stats-top .stats-number {
        font-size: 64px !important;
    }
}
@media only screen and (max-width: 735px) {

    h1, .h1, h1 a, .title h1,
    h2, .h2, h2 a,
    h3, .h3, h3 a,
    .bsc_hero_blog .bsc_hero_blog_title h1,
    .bsc_hero_blog .bsc_hero_blog_title a {
        font-size: 37px !important;
        line-height: 1.1 !important;
    }
}