
    .texts-breadcrumb{
        margin-top: -64px;
    }
    .texts-breadcrumb2{
        margin-top: 10px;
    }
    .breadcrumb-area {
    min-height: 70vh; /* set desired height */
    display: flex;
    align-items: center; /* vertically center content */
    padding: 40px 0; /* reduce padding */
}

.breadcrumb-content h1 {
    font-size: 42px; /* smaller heading */
    margin-bottom: 10px;
}

.breadcrumb-content ul {
    margin: 0;
    padding: 0;
}

.items-breadcrumb, 
.items-breadcrumb2 {
    display: flex;
    align-items: center; /* vertically center both left and right content */
    justify-content: center;
}
