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

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

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

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

.active-filter {
    background-color: #076BA9;
    color: #fff;
}

.search_location .dropdown-wrapper label {
    margin-left: 10px;
}

.ended-date {
    background-color: rgb(107 114 128);
    height: 100px;
}

.text-muted-lot {
background-color: rgb(107 114 128);
color: #fff;
padding: 1px 7px;
border-radius: 5px;
}

.news-carousel-inner {
    border-radius: 10px;
}

.news .news-carousel .news-carousel-inner .news-carousel-abs {
    background: none;
}

.slider-flex {
    padding: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.news-carousel-img {
    width: auto;
    height: 500px;
    object-fit: contain;
    border-radius: 20px;
}

.news .carousel-caption {
    position: static;
    bottom: unset;
    left: unset;
    padding: 20px;
}

.news .carousel-caption a {
font-size: 20px;
}

    .news .carousel-indicators {
        margin-bottom: 5px;
    }

.news-span {
margin-top: 10px;
display: block;
}

@media only screen and (max-width: 991px) {
    .slider-flex {
        padding: 20px;
        flex-wrap: wrap;
    }

    .news .carousel-caption {
        padding: 10px;
    }

    .news .carousel-indicators {
        margin-bottom: 0;
    }

    .news-carousel-img {
        width: 100%;
        height: auto;
        margin: auto;
    }
}