.wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 5px;
}

.wrapper>div>img {
    border-radius: 10px;
}