@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;
}


.fw-card14-section {
    position: relative;
    overflow: hidden;
}

.fw-card14-content {
    position: relative;
    z-index: 2;
}

.fw-dec-image1{
    z-index: 0;
    pointer-events: none;
}

.fw-dec-image2{
    z-index: 0;
    pointer-events: none;
}

.fw-custom-padding-20px{
    padding: 20px !important;
}

.fw-custom-card14-p p{
    line-height: 1;
}
