.breadcrumb__area {
    position: relative;
}

.breadcrumb__area::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to right, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.8) 50%, rgba(255, 255, 255, 0) 75%);
    backdrop-filter: blur(3px);
    pointer-events: none;
}

.tp-page-area h2 {
    margin-top: 24px !important;
}

.tp-page-area h3 {
    margin-top: 16px !important;
}

.tp-page-area li {
    list-style-type: none;
    padding-left: 12px;
    margin: 0;
 }