/* HEADER PREMIUM */

header.sticky{
    box-shadow:none !important;
}

header.sticky img{
    max-height:70px;
}
/* ==========================
   JOURNAL AT A GLANCE
========================== */
.journal-glance{
    background:red !important;
}

.journal-glance{
    max-width:1200px;
    margin:60px auto;
    padding:0 20px;
}

.journal-glance h2{
    font-size:30px;
    font-weight:700;
    color:#0d2c6c;
    margin-bottom:30px;
}

.glance-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:20px;
}

.glance-card{
    background:#fff;
    border-radius:15px;
    padding:30px;
    text-align:center;
    box-shadow:0 4px 15px rgba(0,0,0,.08);
}

.glance-card .number{
    font-size:38px;
    font-weight:700;
    color:#003c96;
}

.glance-card .label{
    margin-top:10px;
    font-size:16px;
    color:#666;
}

@media(max-width:768px){

.glance-grid{
    grid-template-columns:repeat(2,1fr);
}

}