/* works.css */

.works-grid {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.work-item {
    text-align: center;
}

.work-item img {
    width: 100%;
    border-radius: 8px;
}
