.masonry {
    column-count: 2;
    column-gap: 1em;
}

.masonry-item {
    break-inside: avoid;
    margin-bottom: 1em;
    /* background: #eee; */
    box-shadow: 5px 5px;
    border-radius: 8px;
    border-radius: 20px;
}

@media (min-width: 600px) {
    .masonry {
        column-count: 3;
    }
}

@media (min-width: 900px) {
    .masonry {
        column-count: 4;
    }
}

.detail-image {
    height: auto;
    width: 100%;
    border-radius: 20px;
}
