.project-header{
    background: #EC1689;
}
.project-header-top{
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 51px;
    border-bottom: 1px solid white;
}
.project-header-bottom{
    height: 49px;
    display: flex;
    align-items: center;
    padding: 0 20px;
}
.project-title{
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 20px;
    font-family: var(--font-body-family);
    margin: 0;
    letter-spacing: 0;
}
.project-header-bottom{
    display: flex;
}
.project-back{
    margin-left: auto;
}
.rtl .project-back{
    margin-right: auto;
    margin-left: 0;
}
.project-back a{
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 20px;
    text-align: right;
}
.project-menu{
    display: flex;
    gap: 20px;
}
.project-menu .project-menu-item{
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 20px;
}
.page-heading{
    padding: 120px 20px 0 !important;
}
.impact-contents a{
    text-decoration: underline;
}
@media screen and (max-width: 850px){
    .page-heading{
        padding: 14px !important;
    }
    .project-menu-toggle{
        padding: 0;
        font-style: normal;
        font-weight: 500;
        font-size: 13px;
        line-height: 20px;
        text-align: right;
        color: white;
    }
    .project-header-top{
        border-bottom: 0;
        padding: 0 14px;
    }
    .project-header-bottom{
        padding: 0;
        height: 0;
        overflow: hidden;
        transition: height 0.3s ease-in-out;
        
    }
    .project-menu{
        width: 100%;
        flex-direction: column;
        border-top: 1px solid white;
        padding: 7.5px 0;
        gap:0;
    }
    .project-menu a{
        padding: 7.5px 14px;
    }
    .project-menu .project-menu-item{
        display: flex;
        gap: 10px;
        align-items: center;
        justify-content: space-between;
    }
    .menu-contents{
        position: absolute;
        width: 100%;
        left: 0;
        top:calc(var(--header-height) + 2px);
        background: #EC1689;

    }
    .menu-content.active.menu-overview{
        grid-template-columns: repeat(1, 1fr);
        gap: 24px;
    }
    .menu-content{
        padding: 44px 14px;
    }
    .menu-content-title{
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        border-bottom: 1px solid white;
        padding: 15px 14px;

        position: sticky;
        top:0;
        left: 0;
        width: 100%;
        background: #EC1689;
        z-index: 2;
    }
    .menu-content-title,
    .close-submenu-button{
        font-style: normal;
        font-weight: 500;
        font-size: 13px;
        line-height: 20px;

    }
    .case-study-columns .case-study-client,
    .case-study-columns .case-study-testimonials,
    .exhibit-process, .exhibit-exhibits{
        width: 100%;
    }
    .menu-case-study .case-study-title{
        font-size: 32px;
        line-height: 34px;
        padding-bottom: 15px;
    }
    .case-study-columns,
    .menu-content.active.menu-exhibit{
        flex-direction: column;
        gap: 45px;
    }
}