.festival {
  position: relative;
  background-color: #2e2e2e;
  padding: 2.5rem 0;
}
.festival h3 {
  font-family: "Epilogue";
  margin: 0.5rem 0 2rem 0;
}
.festival::after {
  content: "";
  background-image: url(../../img/aspiral.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 5rem;
  height: 5rem;
  position: absolute;
  top: 8vw;
  right: 20vw;
  z-index: -1;
}

@media (min-width: 768px) {
  .festival {
    padding: 5rem 0;
  }
  .festival h3 {
    margin: 1rem 0 2.5rem 0;
  }
}
