/* Customers Header Section */

.header-container {
    min-height: 420px;
    background: url("../assets/img/customers/platform.jpg") no-repeat top;
    background-size: contain;
    background-attachment: fixed;
    position: relative;
    text-align: center;
}

.breadcrumb {
    background: transparent;
}

.breadcrumb-item+.breadcrumb-item::before {
    display: inline-block;
    padding-right: .5rem;
    color: inherit;
    content: "/";
}

@media (max-width: 550px) {
    .header-container {
        background: url("../assets/img/customers/mobile/mplatform.jpg") no-repeat top;
        background-attachment: fixed;
        position: relative;
        text-align: center;
        min-height: 356px;
        margin-top: 68px;
    }
}