.explore-header h2{font-size:1.6rem;margin-bottom:1rem;color:var(--dark-gray)}.explore-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1rem;gap:1rem}.explore-card{display:block;background:white;border-radius:8px;overflow:hidden;text-decoration:none;color:var(--text-color);box-shadow:var(--shadow-light);transition:transform .15s ease,box-shadow .15s ease}.explore-card:hover{transform:translateY(-6px);box-shadow:var(--shadow-medium)}.explore-image{height:15rem;overflow:hidden}.explore-img{width:100%;height:100%;object-fit:cover}.explore-body{padding:1rem}.explore-title{font-size:1rem;color:var(--dark-gray)}@media screen and (max-width:992px){.explore-grid{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:576px){.explore-grid{grid-template-columns:1fr}}