
.ee-grid {
    column-count: 3;
    column-gap: 20px;
}

.ee-item {
    break-inside: avoid;
    margin-bottom: 20px;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
}

.ee-item img {
    width: 100%;
    display: block;
}

.ee-item h3 {
    padding: 10px;
    font-size: 18px;
}
