.catalog-wrapper{gap:1em;grid-template-columns:100%}.catalog-title h2{margin:0 0 .9em;position:relative}.catalog-title h2:before{color:hsla(0,0%,100%,.15);content:"reference";display:none;font-family:var(--secondary-font);font-weight:400;left:50px;line-height:164px;position:absolute;top:-65px}.item-link{display:grid;position:relative;z-index:5}.item-link:hover img{filter:brightness(.5)}.item-link:hover .item-title{background-color:var(--primary-color)}.item-link img{max-height:10em;width:100%}.item-link img,.item-title{transition:all .25s linear 0s}.item-title{background-color:#000;color:#fff;padding:1.3em;text-align:center}@media only screen and (min-width:768px){.catalog-wrapper{grid-template-columns:repeat(3,1fr);margin-bottom:4rem}}@media only screen and (min-width:1024px){.catalog-wrapper{gap:1.3em}.catalog-title h2:before{display:block;font-size:85px;top:-68px}.item-link img{max-height:auto}}@media only screen and (min-width:1400px){.catalog-title h2:before{font-size:140px}}