.gallery-with-filters
.filtering{display:flex;flex-wrap:wrap;justify-content:center;margin-bottom:40px;gap:8px}.gallery-with-filters .filtering
.filter{font-family:'Roboto Mono',monospace;font-size:14px;font-weight:400;line-height:1.5em;appearance:none;cursor:pointer;text-transform:capitalize;padding:4px
30px;border:none;background:#313131;color:#fff;transition:background 0.3s linear, color 0.3s linear, border 0.3s linear, opacity 0.3s linear}.gallery-with-filters .filtering .filter.active,
.gallery-with-filters .filtering .filter:hover{background-color:#000}.gallery-with-filters
.gallery{display:flex;flex-wrap:wrap}.gallery-with-filters .gallery-item{width:33.33%}.gallery-with-filters .gallery-item
img{display:block}@media screen and (max-width: 992px){.gallery-with-filters .gallery-item{width:50%}}@media screen and (max-width: 480px){.gallery-with-filters .gallery-item{width:100%}}