.card{--bs-card-spacer-y:50px!important;--bs-card-spacer-x:40px!important}.galleryGrid header h2{margin-bottom:9rem}@media (max-width:767px){.galleryGrid header h2{margin-bottom:3rem}}.galleryGrid__wrapper{display:grid;grid-template-columns:1fr 1fr 1fr 1fr;grid-template-rows:1fr 1fr;gap:5px 5px;grid-template-areas:"big big small-1 small-2" "big big small-3 small-4"}@media (max-width:550px){.galleryGrid__wrapper{grid-template-columns:1fr 1fr;grid-template-rows:1fr 1fr 1fr 1fr;grid-template-areas:"big big " "big big" "small-1 small-2" "small-3 small-4"}}.galleryGrid__item{position:relative}.galleryGrid__item:nth-child(1n+6){display:none}.galleryGrid__item-big{grid-area:big}.galleryGrid__item-small-1{grid-area:small-1}.galleryGrid__item-small-2{grid-area:small-2}.galleryGrid__item-small-3{grid-area:small-3}.galleryGrid__item-small-4{grid-area:small-4}.galleryGrid__item-overlay{position:relative;overflow:hidden}.galleryGrid__item-overlay img{filter:blur(12px)}.galleryGrid__item-overlay span.count{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);color:#fff;font-size:5rem}