#project-card{
    background: #fff;
    box-shadow: 0 6px 10px rgba(0, 0, 0, .08), 0 0 6px rgba(0, 0, 0, .05);
    transition: .3s transform cubic-bezier(.155, 1.105, .295, 1.12), .3s box-shadow, .3s -webkit-transform cubic-bezier(.155, 1.105, .295, 1.12);
    border: 0;
    border-radius: 1rem;
    min-height: 350px;
}

#project-card:hover{
    transform: scale(1.05);
    box-shadow: 0 10px 20px rgba(0, 0, 0, .12), 0 4px 8px rgba(0, 0, 0, .06)
    
}

.display-5 {
    font-size: 36px;
}
.card-title{
    font-size: 16px;
    font-weight: 700;
}
.card-title-client{
    font-size: 16px;
    font-weight: 300;

}
.card-location{
    font-size: 16px;
}