.network-banner {
    background-image: url('../img/data-bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.network-banner .wrapper {
    display: flex;
    justify-content: space-between;
    padding: 130px 10px 80px;
}


.network-banner-right {
    max-width: 500px;
    width: 100%;
}

.network-banner-right img {
    width: 100%;
}

.breadcrumb .breadcrumb-item a {
    font-family: 'Jost';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    color: #FFFFFF;
}

.breadcrumb-item + .breadcrumb-item::before {
    color: #fff;
}

.breadcrumb-item + .breadcrumb-item {
    display: flex;
    align-items: center;
}

.network-banner-left {
    max-width: 497px;
    width: 100%;
    padding-top: 50px;
}


.network-title {
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 48px;
    color: #FFFFFF;
    margin-bottom: 30px;
    text-transform: capitalize;
}

.network-subtitle {
    font-family: 'Jost';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 29px;
    color: #FFFFFF;
}