:root {
    --custom-border: 10px solid #c0c0b2 !important;
}

.border-custom-row {
    border-left: var(--custom-border) !important;
    border-top: var(--custom-border) !important;
}
.border-custom-col {
    border-right: var(--custom-border) !important;
    border-bottom: var(--custom-border) !important;
}
.page-header {
    min-height: 250px;
    background-size: cover;
    background-position: center;
    position: relative;
    padding: 80px 15px;
}

.banner-content {
    z-index: 88;
}

.page-header .overlay {
    position: absolute;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.5);
}

.page-title {
    color: #fff;
    font-size: 40px;
    font-weight: 400;
    margin-bottom: 0;
}

.breadcrumb-list li {
    font-size: 18px;
    color: #fff;
}

.breadcrumb-list .text-primary {
    font-weight: 500;
}
/* update my css */
