/* HEADER */
.section-title{
    font-weight:700;
    color:#0b1f47;
}

.sub-text{
    max-width:720px;
    text-decoration: none;
    font-size: 16px;
    color: #333;
    font-weight: 500;
}

/* BLOG CARD */
.blog-card{
    background:#fff;
    border-radius:14px;
    padding:12px;
    box-shadow:0 8px 20px rgba(0,0,0,.04);
    transition:.3s;
}

.blog-card:hover{
    transform:translateY(-3px);
}

/* IMAGE */
.blog-img{
    width:100%;
    height:135px;
    border-radius:12px;
    object-fit:cover;
}
.main-blog .blog-card {
    min-width: auto !important;
}
/* META */
.meta{
    font-size:11px;
    color:#7b7b7b;
    padding: 10px;
}

.blog-title{
    font-size:13px;
    font-weight:600;
    color:#0c2159;
    padding: 10px;
}
.main-blog .blog-card img {
    width: 100%;
    height: 120px;
    object-fit: cover;
}
h5.mt-2.fw-bold.text-primary,p.text-muted.small, .fw-semibold, .blog-excrept {
    padding: 0 10px;
}
/* FEATURE POST */
.feature-card{
    background:#fff;
    border-radius:18px;
    padding:0px 0 15px 0 !important;
    box-shadow:0 10px 25px rgba(0,0,0,.06);
}
.main-blog  .blog-card {
    border: 1px solid #D9D9D9;
}
.main-blog .blog-card.small-card {
    height: 219px;
}
.feature-img{
    height:285px;
    width:100%;
    object-fit:cover;
    border-radius:15px;
}

/* RIGHT LIST */
.right-card{
    background:#fff;
    padding:14px 16px;
    border-radius:14px;
    box-shadow:0 8px 20px rgba(0,0,0,.04);
}

.right-card h6{
    font-size:11px;
    color:#5f6f8b;
}

.right-card a{
    font-size:13px;
    color:#0c2159;
    display:block;
    text-decoration:none;
    margin-bottom:12px;
}
.small-card:first-of-type {
    min-width: 50%;
    margin-left: 83px;
}
.small-card:last-of-type {
    min-width: 50%;
    margin-left: 3px;
}
.right-card a:hover{
    text-decoration:underline;
}

/* BOTTOM CARDS */
.small-card img{
    height:130px;
}
.right-card {
    border: 1px solid #000;
    padding: 20px 0;
}
.least-post {
    border-bottom: 1px solid #e2e2e2;
    padding: 15px;
}
.least-post:last-child {
    border-bottom: 0px !important;
}
.least-post a {
    font-size: 15px;
    font-weight: 600;
}
article .row.mt-3.g-3 {
    margin-top: 10px !important;
}