.project-header-container {
    position: relative;
}

.project-featured-image {
    margin-top: -220px;
    height: 800px;
}

.project-title-area-container {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}

.project-title-area {
    position: relative;
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 0 50px 50px;
}

.project-detail-page .project-category {
    font-size: 10px;
    font-weight: 600;
    color: #ffffff;
    line-height: 1;
}

.project-detail-page .project-title {
    margin-top: 10px;
    padding: 20px;
    width: fit-content;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.4);
    backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(30px);
    font-size: 14px;
    font-weight: 600;
    color: #ffffff;
    line-height: 2;
}

.project-detail-page .news-content {
    padding-top: 120px;
}

.project-detail-page .news-content hr + article {
    padding: 50px 0;
}


@media (max-width: 768px) {
    .project-detail-page {
        padding: 80px 0 60px;
    }
    
    .project-featured-image {
        margin-top: -40px;
        height: 400px;
    }

    .project-title-area {
        max-width: inherit;
        padding: 0 20px 20px 20px;
    }
    
    .project-detail-page .project-category {
        font-size: 10px;
        font-weight: 600;
        color: #ffffff;
        line-height: 1;
    }
    
    .project-detail-page .project-title {
        padding: 12px;
        width: 100%;
    }

    .project-detail-page .news-content {
        padding-top: 60px;
    }

    .project-detail-page .news-content hr + article {
        padding: 30px 0;
    }
}

