.HomeDash-header,
.YASMO-header,
.FLY-header,
.udg-header,
.streaminghk-header,
.happyValley-header {
    padding-bottom: unset;
    padding-top: 48px;
}

.work-kv-container {
    width: 100%;
    height: auto;
}

.work-kv-container img {
    width: 100%;
}

.content-container {
    margin: 0 16px;
}

.section-projectBackground,
.section-projectOverview,
.section-appIcons,
.section-appHierarchy,
.section-buttons,
.section-challengesSolutions,
.section-designSystem,
.section-socialMediaKVs,
.section-icons,
.section-coreBusinessProblem,
.section-ourSolution,
.section-awards,
.section-strategicChallenge {
    padding: 40px 0;
}

.section-projectOverview,
.section-coreBusinessProblem,
.section-awards {
    margin: 0 16px;
}


/*font style*/
.project-name p {
    font-size: 15px;
}

.project-name h1 {
    font-size: 40px;
    text-align: left;
    margin: unset;
}

.section-projectBackground h3 {
    font-size: 15px;
    margin-bottom: 8px;
}

.section-projectBackground p {
    color: var(--grey66);
    margin-bottom: 8px;
}

.project-additionalInfo span {
    font-size: 13px;
    color: var(--grey66);
}

.project-additionalInfo h3 {
    color: var(--main-black);
    font-weight: 500;
}

article {
    color: var(--grey66);
    font-size: 15px;
}

h2.work-sectionTitle {
    font-size: 28px;
    margin: 0 auto;
    text-align: center;
    display: block;
    padding-bottom: 8px;
    width: fit-content;
    position: relative;
}

h2.work-sectionTitle::after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background-color: #333333;
    position: absolute;
    bottom: 0;
}

nav h2 {
    margin-bottom: 0;
}

h3 {
    font-size: 15px;
    color: var(--main-black);
    margin-bottom: 8px;
}

.projectOverview-content-item ul {
    list-style-type: disc;
    padding: 0 0 0 20px;
}

.projectOverview-content-item ul li {
    font-size: 13px;
    color: var(--grey66);
}


/*font style ends*/

/**layout**/
.hashtag-grp {
    display: inline-flex;
    padding: 16px 0;
}

.hashtag-item {
    display: block;
    font-size: 13px;
    color: var(--grey66);
    padding: 7px 8px;
    background: var(--greyEB);
    border-radius: 99px;
    margin-right: 4px;
}

.project-additionalInfo {
    display: inline-flex;
    gap: 12px;
    width: 100%;
    padding-top: 16px;
}

.project-additionalInfo div {
    width: 100%;
}

.projectOverview-content-container {
    margin-top: 32px;
}

.projectOverview-content-item:first-child {
    margin-bottom: 24px;
}

/**layout ends**/

@media screen and (min-width: 425px) {

    /**layout**/
    header {
        display: inline-flex;
        justify-content: space-between;
        flex-direction: row-reverse;
        padding-top: unset;
    }

    .HomeDash-header,
    .YASMO-header,
    .FLY-header,
    .udg-header,
    .streaminghk-header {
        padding-top: unset;
    }

    header.FLY-header,
    header.HomeDash-header {
        width: 100%;
    }

    .work-kv-container {
        width: 50%;
        height: auto;
    }

    header .content-container {
        display: block;
    }

    .section-projectOverview {
        margin: 0 48px;
    }

    .projectOverview-content-container {
        display: flex;
        gap: 24px;
    }

    .projectOverview-content-item {
        width: 50%;
    }

    .section-projectBackground {
        padding: 226px 48px 0 48px;
        width: 50%;
    }

    .section-appIcons,
    .section-appHierarchy,
    .section-buttons,
    .section-designSystem,
    .section-socialMediaKVs,
    .section-icons,
    .section-ourSolution,
    .section-awards,
    .section-strategicChallenge {
        padding: 60px 0;
    }

    .section-projectOverview,
    .section-challengesSolutions {
        padding: 120px 0 60px 0;
    }

    .project-background-contentL div {
        margin-bottom: 20px;
    }


    .project-background-contentL {
        margin-right: 32px;
    }

    .project-background-contentR {
        width: 66.67%
    }

    .hashtag-grp {
        padding: 24px 0;
    }

    /**layout ends**/

    /*font style*/
    .project-name p {
        font-size: 16px;
        margin-bottom: 12px;
    }

    .project-name h1 {
        font-size: 80px;
    }

    article {
        font-size: 16px;
    }

    h2.work-sectionTitle {
        font-size: 40px;
        padding-bottom: 12px;
    }

    .section-projectBackground h3 {
        font-size: 16px;
        margin-bottom: 12px;
    }

    .project-additionalInfo span {
        font-size: 14px;
    }

    .section-projectBackground .project-background-contentL p {
        font-size: 14px;
    }

    .section-projectBackground .project-background-contentR p {
        font-size: 16px;
    }

    .projectOverview-content-item ul li {
        font-size: 16px;
    }

    li.hashtag-item {
        font-size: 14px;
    }

    h3 {
        font-size: 20px;
        margin-bottom: 12px;
    }

    /*font style ends*/
}