#section-one-container {
  height: 350px;
  background-size: cover;
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('/assets/img/intensive-pmu-training-seven-aesthetics-mobile.webp');
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  color: var(--white);
}

#section-one-heading,
#section-one-text {
  color: var(--white);
}

@media (min-width: 769px) {
  #section-one-container {
    background-image: linear-gradient(rgba(0, 0, 0, 0.0) 0%, rgba(0, 0, 0, 0.0) 60%, rgba(0, 0, 0, 1.0) 100%), url("/assets/img/intensive-pmu-training-seven-aesthetics-desktop.webp");
  }
}  