.gallery-section-wrapper{align-items:center;display:flex;flex-direction:column;gap:24px;justify-content:center}.gallery-section-wrapper h2{color:var(--black);font-weight:100}.masonry-gallery{display:grid;grid-gap:8px;grid-auto-flow:dense;grid-auto-rows:200px;grid-template-columns:repeat(3,1fr);width:100%}.masonry-gallery .gallery-item:nth-child(6n+2),.masonry-gallery .gallery-item:nth-child(6n+4),.masonry-gallery .gallery-item:nth-child(6n+5){grid-row:span 2}.masonry-gallery .gallery-item{border-radius:8px;overflow:hidden;position:relative}.masonry-gallery .gallery-item img{border-radius:8px;height:100%;object-fit:cover;transition:all .3s ease;width:100%}.masonry-gallery .gallery-item:hover img{transform:scale(1.05)}.masonry-gallery .gallery-item:after{align-items:flex-end;background:linear-gradient(135deg,hsla(0,0%,85%,0) 85%,rgba(0,0,0,.8));content:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='28' fill='none' viewBox='0 0 16 17'%3E%3Ccircle cx='6.5' cy='6.5' r='6' stroke='%23fff'/%3E%3Cpath stroke='%23fff' d='m10.5 11.5 4.5 5M9.25 6.5l-5.5.05M6.5 3.7v5.55'/%3E%3C/svg%3E");display:flex;height:100%;justify-content:flex-end;opacity:0;padding:8px;position:absolute;top:0;transition:all .3s ease;width:100%;z-index:2}.masonry-gallery .gallery-item:hover:after{opacity:1}.gallery-section-wrapper .load-button{align-items:center;cursor:pointer;display:flex;gap:8px;justify-content:center}.gallery-section-wrapper .load-button .text{color:var(--black);font-weight:500}.gallery-section-wrapper .load-button .btn-icon{align-items:center;border:1px solid var(--black);border-radius:50px;color:var(--black);display:inline-flex;font-size:30px;font-weight:100;height:32px;justify-content:center;transition:all .3s ease-in;width:32px}.gallery-section-wrapper .load-button.less .btn-icon{transform:rotate(45deg);transition:all .3s ease-in}@media only screen and (max-width:768px){.masonry-gallery{grid-template-columns:repeat(2,1fr)}.masonry-gallery .gallery-item:nth-child(6n+1),.masonry-gallery .gallery-item:nth-child(6n+4){grid-row:span 1}.masonry-gallery .gallery-item:nth-child(6n+2),.masonry-gallery .gallery-item:nth-child(6n+3),.masonry-gallery .gallery-item:nth-child(6n+5),.masonry-gallery .gallery-item:nth-child(6n+6){grid-row:span 2}}