.article-card{
    border-radius:18px;
    transition:.3s;
}

.article-card:hover{
    transform:translateY(-6px);
    box-shadow:0 15px 35px rgba(0,0,0,.12)!important;
}

.article-image{
    height:320px;
    width:100%;
    object-fit:cover;
}

.article-title a{
    color:#252562;
    text-decoration:none;
    transition:.3s;
}

.article-title a:hover{
    color:#1b3f91;
}

.article-meta{
    color:#777;
    font-size:14px;
}

.article-meta i{
    color:#252562;
    margin-right:5px;
}

.article-excerpt{
    color:#666;
    line-height:1.8;
}

.btn-primary-custom{
    background:#252562;
    color:#fff;
    border-radius:40px;
    padding:10px 28px;
}

.btn-primary-custom:hover{
    background:#1d1d78;
    color:#fff;
}

.sidebar-title{
    color:#252562;
    margin-bottom:20px;
    font-weight:700;
}

.sidebar-list li{
    margin-bottom:12px;
}

.sidebar-list a{
    color:#555;
    text-decoration:none;
}

.sidebar-list a:hover{
    color:#252562;
}

.tag-badge{
    background:#eef3ff;
    color:#252562;
    margin:4px;
    padding:8px 15px;
    border-radius:30px;
    text-decoration:none;
    transition:.3s;
}

.tag-badge:hover{
    background:#252562;
    color:#fff;
}