.galleryConteyner{width:100%;display:flex;flex-direction:column;align-items:center;background:var(--content-bg-color);max-width:var(--desktop-max-width);margin-top:30px;margin-bottom:30px;padding:20px 0}.galleryTitle>h2{text-align:center;font-size:var(--font-size-large);font-weight:700;margin-bottom:20px;line-height:50px}.galleryDescription{text-align:center;font-size:var(--font-size-normal)}.galleryImages{display:flex;flex-wrap:wrap;align-content:center;justify-content:center;align-items:flex-start;gap:10px;width:100%}.galleryImage .thumbnail{cursor:pointer;box-shadow:0 0 0 1px var(--accent-color);border-radius:5px}