.gallery-module{padding:40px 0;width:100%}.gallery-grid{display:grid;gap:30px;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));margin:0 auto;max-width:1200px;padding:0 20px}.gallery-item{overflow:hidden;transition:transform .3s ease,box-shadow .3s ease}.gallery-item:hover{box-shadow:0 4px 16px rgba(0,0,0,.15);transform:translateY(-5px)}.gallery-image{align-items:center;background:#f5f4f4;display:flex;justify-content:center;overflow:hidden;padding-bottom:100%;position:relative;width:100%}.gallery-image img{height:auto;left:50%;max-height:calc(100% - 40px);max-width:calc(100% - 40px);object-fit:contain;position:absolute;top:50%;transform:translate(-50%,-50%);transition:transform .3s ease;width:auto}.gallery-content{font-size:28px;line-height:1.6;padding:20px}.gallery-content p{margin:0 0 10px}.gallery-content p:last-child{margin-bottom:0}.gallery-content strong{color:#000;font-weight:600}@media (max-width:768px){.gallery-grid{gap:20px;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.gallery-image{height:200px}.gallery-content{font-size:20px;padding:15px}}@media (max-width:480px){.gallery-grid{grid-template-columns:1fr}}