.website-gallery-content .gallery {
    display:grid;
    grid-template-columns: repeat(3,1fr);
    gap: 20px;
}

.website-gallery-content .gallery .gallery-item {
    width: 100%;
    min-width:59vb;
    height: 33vh;
    border-radius: 10px;
    background-color: #ff0000;
}