.main-header, .section.main-header:nth-child(odd) {
    background: url(../../img/paralax.jpg);
    background-position: center center;
    background-size: cover;
    position: relative;
}

.main-header::after {
    content: '';
    display: block;
    z-index: 1;
    opacity: 1;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(to right,  rgba(63,39,145,0.9) 0%,rgba(63,39,145,0.9) 100%);
    background: none;
    background-color: #02372d;
    opacity: 0.85;
}

.main-header .wrapper {
    position: relative;
    z-index: 3;
}

.main-header .row {
    padding: 0;
    min-height: 260px;
    padding-top: 160px;
    padding-bottom: 60px;

}

.main-header .col {
    padding-top: 0;
    padding-bottom: 0;
    display: block;
} 

.main-header .h1 {
    display: block;
    float: left;
    width: 100%;
    margin-bottom: 18px;
    color: white;
    font-size: 44px;
    font-weight:700;    
    text-transform: unset;
}

.main-header .breadcrumb {
    float: left;
    width: 100%;
    clear: both;
    margin-bottom: 0;
    display: flex;
    padding-top: 6px;
    padding-bottom: 6px;
    overflow: hidden;
}

.main-header .breadcrumb li a {
  min-width: 0;
  display: inline-block;
    max-width: 200px;   /* ustaw ile potrzebujesz */
}

.main-header .breadcrumb li:last-child {
    min-width: 0;
}

.main-header .breadcrumb li:last-child a {
    display: block;
    min-width: 0;
    max-width: 200px;   
}

.main-header .breadcrumb li:last-child a span {
    display: block;     
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}



.main-header .breadcrumb * {
    color: white;
}

@media screen and (max-width: 1024px) {
    .main-header .row {
        padding-top: 60px;
    }
}

@media screen and (max-width: 890px) {



    .main-header .h1 {
        margin-bottom: 12px;
        font-size: 44px;
      }

    .main-header .breadcrumb {
        display: flex;
    }

}