.craftsman-img-wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    align-items: stretch;
}