#section-hero {
    height: 100vh;
    width: 100vw;
    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/permanent-makeup-training-mobile.webp");
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0;
  }
  
  .hero-content {
    width: 80%;
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: center;
    align-items: center;
  }
  
  .hero-content h1 {
    text-align: center;
    font-family: "Montserrat-Bold", sans-serif;
    font-weight: 200;
    width: 807.76px;
    color: rgb(255, 255, 255);
    font-size: 4.5vw;
  }
 
  @media (min-width: 769px) {
    #section-hero {
      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/permanent-makeup-training-seven-aesthetics-desktop.webp");
    }
    .hero-content h1 {
      font-size: 2.5vw;
    }
  }  