/* <!-- Breadcrumb --> */

.back-ground-breadcrumb {
    height: 42px;
    background-color: #f8fafb;
}

.flex {
    display: flex;
}

.align-cent {
    align-items: center;
}

.just-cent {
    justify-content: center;
}

.padding-custom-8-0 {
    padding: 8px 0px;
}

.padding-custom-8-0 > span:first-child a {
    font-size: 16px;
    line-height: 160%;
    color: #2bb673;
}

.padding-custom-8-0 > span img {
    margin-left: 10px;
}

.padding-custom-8-0 > span:last-child {
    margin-left: 10px;
    font-family: Frutiger;
    font-size: 16px;
    line-height: 150%;
    color: #8b8d8e;
}

/* // solution-header  */

.solution-header {
    width: 100%;
    height: 273px;
    background-image: url(../../images/banner-slide-2.jpg);
    background-position: center;
    background-size: cover;
    font-family: Frutiger;
    color: #fff;
    padding: 16px 0;
    position: relative;
}

.solution-header-container {
    height: 100%;
    position: relative;
}

.solution-header-container > .content-header {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 29 px 0;
}

.solution-header-container > .content-header > h1 {
    font-size: 48px;
    margin-bottom: 24px;
}

.solution-header-container > .content-header > p {
    font-size: 16px;
    margin-bottom: 24px;
}

@media (max-width: 768px) {
    .solution-header-container > .content-header > h1 {
        font-size: 29px;
    }

    .solution-header {
        height: 295px;
        padding: 40px 0;
    }
}
