@media (min-width: 768px) {
    .fw-text-md-40-px {
        font-size: 40px !important;
    }
}

.custom-line {
    display: inline-block;
    width: 50px;
    border-bottom: 2px solid var(--primary);
}

.pagination {
    --bs-pagination-border-radius: 0px !important;
}

.page-item {
    margin: 5px !important
}

.fw-link-color {
    color: #959595 !important;
}

.page-link {
    background-color: #F6F7F8;
    font-size: 17px !important;
    font-weight: 600 !important;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus, .pagination .page-item.active .page-link {
    background-color: var(--primary) !important;
}
