.besetzung {
  color: var(--wp--preset--color--dark-blue);
}
.besetzung h3 {
  font-weight: 300;
  font-size: 2.5rem;
  line-height: 1.25;
  letter-spacing: -0.5px;
  margin-bottom: 40px;
}
.besetzung .artists-wrapper {
  gap: 35px;
}
.besetzung .artists-wrapper .artist-wrapper {
  gap: 0;
}
.besetzung .artists-wrapper .artist-wrapper .artist {
  font-weight: 500;
  font-size: 1.3125rem;
  line-height: 1.25;
  letter-spacing: 0;
}
.besetzung .artists-wrapper .artist-wrapper .instrument {
  font-weight: 300;
  font-size: 1.3125rem;
  line-height: 1.25;
  letter-spacing: 0;
}

@media screen and (max-width: 1279px) {
  .besetzung h3 {
    font-size: 2.25rem;
  }
  .besetzung .artists-wrapper .artist-wrapper .artist {
    font-size: 1.3125rem;
  }
  .besetzung .artists-wrapper .artist-wrapper .instrument {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 767px) {
  .besetzung {
    align-items: center;
    gap: 35px;
    order: 2;
  }
  .besetzung h3 {
    margin-bottom: 5px;
  }
  .besetzung .artists-wrapper {
    align-items: center;
  }
  .besetzung .artists-wrapper p {
    text-align: center;
  }
  .besetzung .artists-wrapper .artist-wrapper {
    align-items: center;
  }
}
