.our-projects-title{
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;

    padding: 12vh 0 6vh 0;
}
.our-projects-description{
    width: 695px;
}
.our-projects-title h2{
    margin: 2vh 0 1vh 0;
}
.project-card{
    border-radius: var(--radius-lg);
    background-color: var(--bluey);
}