.gallery {
    max-width: 100%;
    margin: 20px auto;
}

.gallery .image-gallery {
    columns: 4;
    gap: 10px;
}

.gallery .image-gallery img {
    margin-bottom: 10px;
    border-radius: 5px;
    width: 100%;
}