.project-page{
    padding-top:160px;
    padding-bottom:90px;
}

.breadcrumb{
    display:flex;
    align-items:center;
    gap:10px;
    flex-wrap:wrap;
    margin-bottom:28px;
    font-size:.92rem;
    color:#8d97aa;
}

.breadcrumb a{
    color:#8d97aa;
    text-decoration:none;
    transition:var(--transition);
}

.breadcrumb a:hover{
    color:#22c7f3;
}

.breadcrumb span:last-child{
    color:#ffffff;
    font-weight:500;
}

.project-header{
    max-width:900px;
    margin:0 auto 50px;
    text-align:center;
}

.project-header h1{
    margin:0;
    color:#ffffff;
    font-size:3rem;
    font-weight:700;
    line-height:1.18;
}

.project-cover{
    max-width:860px;
    margin:0 auto 42px;
}

.project-cover img{
    width:100%;
    display:block;
    border-radius:2px;
    border:1px solid rgba(255,255,255,.08);
    box-shadow:0 12px 40px rgba(0,0,0,.28);
}

.project-content{
    max-width:860px;
    margin:0 auto;
}

.project-content p{
    margin:0 0 28px;
    color:#d7deea !important;
    opacity:1 !important;
    font-size:1.1rem;
    line-height:2;
    font-weight:400;
}

.project-content p:last-child{
    margin-bottom:0;
}

.project-actions{
    margin-top:54px;
    text-align:center;
}

.project-source-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:10px;
    height:50px;
    padding:0 18px !important;
    border-radius:10px;
    background:#1b2435;
    border:1px solid rgba(255,255,255,.08);
    color:#ffffff;
    text-decoration:none;
    font-weight:600;
    font-size:.95rem;
    transition:var(--transition);
}

.project-source-btn:hover{
    background:#22c7f3;
    color:#fff;
    transform:translateY(-3px);
}

.project-source-btn i{
    font-size:1rem;
}

@media (max-width:768px){
    .project-page{
        padding-top:118px;
        padding-bottom:84px;
    }

    .breadcrumb{
        font-size:.82rem;
        margin-bottom:24px;
    }

    .project-header{
        margin-bottom:34px;
    }

    .project-header h1{
        font-size:2.45rem;
        line-height:1.18;
    }

    .project-cover{
        margin-bottom:34px;
    }

    .project-content p{
        font-size:1rem;
        line-height:1.95;
    }

    .project-actions{
        margin-top:46px;
    }

    .project-source-btn{
        width:auto !important;
        max-width:none !important;
        height:50px;
        padding:0 18px !important;
    }
}
