.goBack svg{width:2rem}#arrow{fill:var(--green);transition:all .3s ease}.goBack:hover #arrow{fill:var(--gold)}.grid-container{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.grid-item{width:100%;height:250px;overflow:hidden}.grid-item img{object-fit:cover;width:100%;height:100%}