.services-two__content {
    position: relative !important;
    display: block !important;
    background-color: var(--chirofind-white) !important;
    box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.06) !important;
    margin-right: 2px !important;
    padding: 58px 30px 32px !important;
    border-bottom-left-radius: 10px !important;
    z-index: 2 !important;
}
/* Default styling for desktop view */
.page-header__title,
.thm-breadcrumb .breadcrumb-item a {
    color: black;
}

/* Styling for mobile view */
@media (max-width: 767px) {
    .page-header__title,
    .thm-breadcrumb .breadcrumb-item a {
        color: white;
    }
}
.page-content-wrapper {
    z-index: 1;
    display: block;
    position: relative;
    padding: 45px 0 90px;
}
.faq-one__bg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: calc((130% - 540px) / 2);
    background-size: cover;
    background-position: top left;
    background-repeat: no-repeat;
    z-index: -1;
}
.faq-one__bg::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.445);
    z-index: 1;
}
