#project-page {
    max-width: 1200px;
    min-height: 100vh;
    margin: 0 auto;
    padding-top: 97px;
}

#project-page h2{
    font-size: 68px;
}

#project-page .project-wrap{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 122px;
    gap: 88px;
}

#project-page .img-area img{
    max-width: 600px;
    border-radius: 50px;
}

#project-page .txt-area{
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
}

.txt-area .txt-dura{
    color: #34505A;
}

.txt-area h3{
    font-size: 36px;
}

#project-page .txt-area button{
    border: 0;
    border-radius: 40px;
    padding: 6px 12px;
    cursor: pointer;
    background-color: #124559;
    color: #AEC3B0;
}

.txt-area .desc-area strong{
    color: #AEC3B0;
}
