.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-color: #362f27;
    opacity: 0.9;
}

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

.main-header .row {
    padding: 0;
    min-height: 320px;
    padding-top: 36px;
    padding-bottom: 36px;

}

.main-header .col {
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
} 

.main-header .h1 {
    margin-bottom: 18px;
    color: white;
    font-size: 64px;
    text-transform: uppercase;
    text-align: center;
    display: inline;
    margin-left: auto;
    margin-right: auto;
}



.main-header .breadcrumb {
    float: left;
    width: 100%;
    clear: both;
    margin-bottom: 0;
    justify-content: center;
    align-items: center;
}

.main-header .breadcrumb * {
    color: #ece3a9;
}

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

    .main-header .row {
        min-height: 240px;
        padding-top: 36px;
        padding-bottom: 36px;
    }

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

      .main-header .h1 * {
        font-size: 32px;
      }  

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

}