.mag-stats{
    margin-top:-80px;
    position:relative;
    z-index:50;
}

.mag-stats-card{

    background:#fff;

    border-radius:28px;

    box-shadow:0 20px 60px rgba(0,0,0,.12);

    display:grid;

    grid-template-columns:repeat(auto-fit,minmax(180px,1fr));

    overflow:hidden;

    border-bottom:5px solid #f4b400;
}

.mag-stat{

    padding:40px 30px;

    text-align:center;

    border-right:1px solid #edf2f8;
}

.mag-stat:last-child{
    border-right:0;
}

.mag-stat strong{

    display:block;

    color:#0b3a82;

    font-size:58px;

    font-family:"Playfair Display",serif;

    line-height:1;
}

.mag-stat span{

    display:block;

    margin-top:10px;

    color:#15365e;

    font-weight:700;

    text-transform:uppercase;

    letter-spacing:.04em;
}

.mag-stat-icon{

    color:#f4b400;

    font-size:36px;

    margin-bottom:18px;
}

@media(max-width:768px){

.mag-stats{

margin-top:-40px;

}

.mag-stat{

padding:30px;

border-right:0;

border-bottom:1px solid #edf2f8;

}

.mag-stat:last-child{

border-bottom:0;

}

}