
.massonry {
    width: 100%;
    height: 100%;
    columns: 350px;
    column-gap: 1rem;
}

.massonry__img{
    margin-bottom: 1rem;
}

.massonry__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}