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

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


/*font style*/

.section-challengesSolutions ul {
    list-style-type: disc;
    padding-left: 24px;
    padding-top: 32px;
}

.section-challengesSolutions ul li {
    color: var(--grey66);
    margin-bottom: 16px;
}

.section-challengesSolutions ul li b {
    font-size: 15px;
}

.section-challengesSolutions ul li p {
    font-size: 13px;
    color: var(--grey66);
    margin: 8px 0;
}


/*font style ends*/

@media screen and (min-width: 425px) {
    .work-kv-FLY {
        background: url(../images/work-kv-FLY.png)no-repeat center center;
        background-size: cover;
    }
    .section-appIcons,
    .section-appHierarchy {
        text-align: center;
    }
    .section-overview img {
        height: auto;
    }

    /*font style*/
    .section-challengesSolutions ul li {
        margin-bottom: 24px;
    }
    .section-challengesSolutions ul li b {
        font-size: 16px;
    }
    .section-challengesSolutions ul li p {
        font-size: 16px;
        margin: 0;
    }

    .section-challengesSolutions ul {
        width: 75%;
        padding: 48px 0 0 0;
        margin: 0 auto;
    }

    /*font style ends*/
}