/*
==================================================
FRESH OFF THE PRESS
TRENDING TODAY
==================================================
*/

.tnp-section .tnp-carousel{

    margin-top:15px;

}

.tnp-section + .tnp-section{

    margin-top:70px;

}

.tnp-section-header h2{

    display:flex;

    justify-content:center;

    align-items:center;

    gap:10px;

}

@media(max-width:768px){

    .tnp-section + .tnp-section{

        margin-top:50px;

    }

}