.project-card-wrap {
    position: relative;
    height: 200px;

    width: 250px;
}

.project-card-wrap img {
   border-radius: 20px; margin:auto; height: 100%; width: 100%;  display: block;
}

.project-card-label {
   position: absolute; bottom: 10px; left: 20px; color: white; font-size: 18px; font-weight: 600; padding: 0px 4px;
}