.card-img-container {
    height: 200px;
    overflow: hidden;
    border-radius: 55px 55px 0 0;
}

.card-img-fallback {
    height: 100%;
    padding: 20px;
    object-fit: contain;
}

.blog-card-title {
    color: #001388;
    font-size: 0.95rem;
    font-weight: 600;
    line-height: 1.2;
    margin-top: 0 !important;
    margin-bottom: 0.25rem !important;
    text-transform: uppercase;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}


.card-blog {
    border: none;
    border-radius: 55px 55px 55px 0;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    margin-bottom: 2rem;
    position: relative;
    max-width: none;
    overflow: hidden;
}

.custom-weight {
    font-weight: 600;
    letter-spacing: -0.01em;
}
.card-blog .card-img-top {
    border-radius: 55px 55px 0 0 !important;
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.card-blog .card-body {
    border-radius: 0 0 55px 0;
    padding: 1rem;
    position: relative;
}

a:hover .blog-card-title{
    text-decoration:underline;
    color:#000c5e;
}

.card-blog .card-body p.text-secondary {
    margin: 0 !important;
    width: 100%;
    font-size: 0.75rem;
    line-height: 1;
}

.page-link {
 color: #000c5e !important;
}

.page-link:hover {
    color: #E86C3C;
}

.page-item.active .page-link {
    color: #fff !important;
    background-color: #E86C3C;
    border-color: #E86C3C;
}

.page-item.disabled .page-link {
    color: #aaa;
    pointer-events: none;
    background-color: #fff;
    border-color: #dee2e6;
}
