
.band-ref-wrapper{
  background:#383432;
  padding:40px 20px;
}
.band-ref-head{
  color:#EBDFA3;
  margin:40px 0 20px;
}
.band-ref-grid{
  display:grid;
  grid-template-columns:repeat(auto-fill,minmax(260px,1fr));
  gap:20px;
}
.band-ref-card{
  background:#655F5C;
  border-radius:18px;
  overflow:hidden;
}
.band-ref-img{
  height:180px;
  background-size:cover;
  background-position:center;
}
.band-ref-title{
  padding:14px;
  text-align:center;
  font-weight:600;
  color:#EBDFA3;
  background:rgba(56,52,50,.7);
}
