/*
Theme Name: Astra Child
Version: 4.11.12
Template: astra
*/

.hero-grid {
  display: grid;
  /*grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));*/
  gap: 1.5rem;
  padding: 2rem;
}

.hero-grid img {
  /*border-radius: 16px;*/
  transition: transform .2s ease, box-shadow .2s ease;
  cursor: pointer;
}

.hero-grid img:hover {
  transform: scale(1.05);
  box-shadow: 0 0 15px rgba(253,186,33,0.8); 
}
