    .c-work-card__img {
        aspect-ratio: 4.05 / 3;
    }
    .c-work-card__img img{
        object-fit: cover;
        height: 100%;
        width: 100%;
        object-position: center;
    }
