.cont-blog h1{
    font-size: 2.2857em;
}
.menu-style .current-menu-item{
    background:  linear-gradient(258deg, #C6005F 0%, #FF2950 99.21%);  
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    width: max-content;
    background-size: 100%;
}

.bl5-menu.menu-style{
    margin: 0;
}

.news-item.mid .info {
    margin-bottom: 2.85em;
}

.nav-links{
    text-align: center;
}
.page-numbers{
    display: inline-block;
    font-size: 1.1428em;
    font-weight: 700;
    line-height: 2.12;
    min-width: 1.5em;
    text-align: center;
    color: var(--fgrey);
    padding: 0 .25em;
    margin: 0 .25em;
}
.page-numbers.current{
    color: var(--orange);
}
.next.page-numbers,
.prev.page-numbers{
    color: var(--orange);
}

.trending{
    margin-bottom: 2.8571em;
}

@media (max-width: 650px){
    .cont-blog h1{
        line-height: 1.3;
        margin: 1.25em 0 .625em;
    }
    .nav-links {
        margin-top: 0em;
        margin-bottom: 2.5em;
    }

    .side-blog{
        margin-bottom: 3.75em;
    }
}