.gallery-row1 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 60px !important;
}
