.section-head {
  text-align: center;
  margin-bottom: clamp(2rem, 4vw, 3.25rem);
}

.section-head__title {
  margin: 0;
  color: var(--pink-cta);
  font-size: clamp(1.5rem, 3.1vw, 2.45rem);
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  line-height: 1;
}

.section-head__wave {
  display: flex;
  justify-content: center;
  margin-top: 0.35rem;
}

.section-head__wave img {
  width: clamp(170px, 32vw, 400px);
  height: auto;
  max-width: none;
}

.section-head--left {
  text-align: left;
  width: fit-content;
  max-width: 100%;
}

.section-head--left .section-head__wave {
  justify-content: flex-start;
  width: 100%;
}

.section-head--left .section-head__wave img {
  width: 100%;
}
