.gallery-module-wrapper{background-color:var(--module-background-color);color:var(--module-text-color);flex-direction:column;gap:40px;margin:0 auto;padding:72px 20px}.gallery-content-wrapper,.gallery-module-wrapper{align-items:center;display:flex;justify-content:center}.gallery-content-wrapper{flex-wrap:wrap;gap:24px;max-width:1240px}.gallery-content-wrapper img{height:100%;max-height:200px;transition:transform .3s ease-out;width:auto}.gallery-content-wrapper img:hover{transform:scale(1.05)}@media only screen and (max-width:576px){.gallery-content-wrapper img{height:auto;max-height:unset;max-width:295px;width:100%}}
