.custom-grid-section{padding:20px}.custom-grid-wrapper{display:grid;grid-template-columns:repeat(4, 1fr);gap:15px}@media(max-width: 768px){.custom-grid-wrapper{grid-template-columns:1fr}}.custom-grid-item{position:relative;overflow:hidden;border-radius:8px}.custom-grid-link{display:block;position:relative;text-decoration:none}.custom-grid-item img{width:100%;height:auto;display:block;border-radius:8px}.custom-grid-title{position:absolute;bottom:0;left:0;width:100%;background:rgba(0,0,0,.8);color:#fff;padding:10px;font-size:16px;text-transform:uppercase;font-weight:bold;text-align:center}
