Music Festival x VSM
.atwu-festival{
--black:#070707;
--white:#f5f5f2;
--grey:#858585;
--line:rgba(255,255,255,.14);
background:#070707;
color:#f5f5f2;
padding:120px 5vw 130px;
font-family:inherit;
overflow:hidden;
}
.atwu-festival *{
box-sizing:border-box;
}
.atwu-festival-inner{
max-width:1500px;
margin:0 auto;
}
/* HERO */
.atwu-festival-top{
display:grid;
grid-template-columns:1fr ...