.project-gallery-inner{column-count:3;column-gap:15px}@media (max-width:992px){.project-gallery-inner{column-count:2}}@media (max-width:576px){.project-gallery-inner{column-count:1}}.project-gallery-item{display:inline-block;margin-bottom:15px;width:100%;overflow:hidden}.project-gallery-item img{width:100%;height:auto;border-radius:8px;box-shadow:0 4px 10px rgb(0 0 0 / .2);transition:transform .3s ease,opacity .3s ease}.project-gallery-item img:hover{transform:scale(1.05);opacity:.9}