.project{
    margin-top: 10vh;
    margin-bottom: 10vh;
}
.project p{
    max-width: 832px;
    margin: 0;
    padding-bottom: 3vh;
}
.project h2{
    margin-top: 0;
}
.project-holder{
    display: flex;
    flex-direction: column;
    justify-self: center;
}

.project-thumbnail{
    width: max-content;
    height: max-content;
    object-fit: cover;
}
.project-c{
    width: 832px;
    height: 397px;
    margin-top: 3vh;
    background-color: var(--bluey);
    border-radius: var(--radius-lg);

    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;

    width: 1280px;
    height: 577px;
}
.project-text{
    display: flex;
    flex-direction: column;

    width: 422px;
}
.project-text h2{
    line-height: 1;
    margin: 0;
}
.project-text p{
    margin-bottom: 3vh;
}
.project-c img{
    width: 210px;
    height: 100px;
    justify-self: center;
}
.project-image{
    width: 476px;
    height: 384px;
    align-content: center;
    background-color: #ffffff;
    border-radius: var(--radius-lg);
}