.project-card1 {
    border: 1px solid #c8a96e;
    border-radius: 10px;
}
.project-img {
    height: 300px;
    overflow: hidden;
    position: relative;
    border-radius: 8px;
    align-items: baseline;
}
.project-img img {
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: top;
    transition: transform 5s ease-in-out;
}
a {
    text-decoration: none;
    color: inherit;
}