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

.gallery-image {
    width: 300px;
    height: 200px;
    object-fit: cover;
    border-radius: 10px;
}