.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: #22449C;
}

@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: #22449C !important;
    background-color: #fff !important;
    width: 33px !important;
    border-color: #22449C !important;
}

.pagination .active span {
    background-color: #22449C !important;
    border-color: #22449C !important;
    color: #fff !important;
}

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

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

.search-content {
    color: #000;
    font-size: 14px;
}

.search-type {
    color: #22449C;
    font-weight: bold;
}

.search-title {
    margin: 10px 0 20px 0;
}
