.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: #1D74D8;
}

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

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

.navbar-custom .nav-link.active {
    color: #d9d9d9;
}

.accordion-button {
    box-shadow: none !important;
    border: 2px solid rgba(255, 0, 0, 0.2);
}

.accordion-button:not(.collapsed) {
    background-color: rgba(255, 0, 0, 0.2);
    box-shadow: none !important;
}

.card .card-img-top {
    height: 200px;
}

.card .card-body-location .left .city {
    font-size: 16px;
}

.card .card-body-title span {
    font-size: 20px;
}

.card .card-body-title {
    margin-top: 4px;
}

.card .card-body-price span {
    font-size: 22px;
}

.card .card-body-location .right {
    gap: 4px;
}

.card .badgets-container {
    top: 25px;
}

.card .badgets-container .logo span {
    font-size: 10px;
}

.card .badgets-container .badgets .badget {
    width: 30px;
    height: 30px;
}

.card .badgets-container .badgets {
    gap: 4px;
}

.card .card-body-price img {
    width: 30px;
    height: 30px;
}

.card .card-body-location .left img {
    width: 20px;
    height: 20px;
}

.card .badgets-container .badgets .badget span {
    font-size: 12px;
}
