.is-style-background-1,
.is-style-background-2,
.is-style-background-3 {
  background-size: cover;
  background-position: center center;
}

.is-style-background-1 {
  background-image: url("../../img/background-01.svg");
}

.is-style-background-2 {
  background-image: url("../../img/background-02.svg");
}

.is-style-background-3 {
  background-image: url("../../img/background-03.svg");
}
