/*.work-kv-container {
    width: 100%!important;
}*/

.work-kv-streaminghk {
    background: url(../images/work-kv-streaminghk_mobile.png)no-repeat center center;
    background-size: cover;
}

.section-designSystem {
    background: #001D40;
}

.section-icons {
    background: #F2F2F3;
}

.section-designSystem img {
    margin: 0 20px;
    width: calc(100% - 16px - 16px);
}

.section-icons img {
    width: 100%;
    padding-top: 32px;
}

.section-graphics img,
.section-overview img {
    width: 100%;
}

.section-socialMediaKVs .socialMediaKVs-container img {
    width: 100%;
    margin-bottom: 12px;
}


/*font style*/

.section-designSystem h2 {
    color: #ffffff;
}

.section-designSystem h2::after {
    background: #ffffff;
}

.section-icons h2 {
    text-align: center;
    color: var(--main-black);
}


/*font style ends*/

@media screen and (min-width: 425px) {
    .streaminghk-header {
        padding-bottom: 60px;
    }
    
    .work-kv-streaminghk {
        background: url(../images/work-kv-streaminghk.png)no-repeat center center;
        background-size: cover;
    }
    .socialMediaKVs-container {
        display: flex;
        justify-content: space-between;
    }
    .section-designSystem img {
        display: block;
        margin: 0 auto;
        width: 1240px;
    }
    .section-icons img {
        display: block;
        margin: 0 auto;
        width: 66.67%;
        padding-top: 48px;
    }
    /*font style*/
    /*font style ends*/
}