.section-404 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.section-404 h1 {
    font-size: 66px;
    font-weight: bold;
}

.section-404 a {
    text-decoration: none;
    font-size: 18px;
    color: #023460;
}

@media only screen and (max-width: 991px) {
    .section-404 h1 {
        font-size: 36px;
    }

    .section-404 a {
        font-size: 14px;
    }
}

@media only screen and (max-width: 575px) {
    .section-404 h1 {
        font-size: 24px;
    }

    .section-404 a {
        font-size: 12px;
    }
}

.pagination .page-link {
    color: #000000 !important;
    background-color: #F8F9FA !important;
    width: 33px !important;
    border-color: #E9E9E9 !important;
    border-radius: 8px;
}

.pagination .active span {
    background-color: #F8F9FA; !important;
    border-color: #C90200 !important;
    color: #000000 !important;
    border-radius: 8px;
    line-height: 20px !important;
    text-align: center !important;
}

.pagination-bar ul .page-item:first-child, .pagination-bar ul .page-item:last-child {
    line-height: 20px !important;
}

.static_content img {
    margin-right: 20px;
    max-width: 100% !important;
}

tbody, td, tfoot, th, thead, tr {
    border-width: 1px;
}

.feature-cards .feature-card:hover > img {
    filter: brightness(0) invert(1);
}

.header-first-title {
    color: #C90200;
    text-transform: uppercase;
    font-size: 12px;
    text-align: center;
    font-weight: 400;
}

.principles-container .core-principles .section-body .left-bordered-cards {
    gap: 0;
}

.principles-container .core-principles .section-body .left-bordered-cards p {
    margin-bottom: 0;
}

.image-text-card .section-text {
    gap: 0;
}

.news-details-page-container .news-details {
     gap: 0; 
}

.text-image-card .section-intro .intro-header {
     gap: 0; 
}

.image-text-card .section-text p {
    margin-bottom: 0;
}

.privacy-policy-page-container .text-content {
     gap: 0; 
}

.privacy-policy-page-container .text-content p {
     margin-bottom: 0; 
}