body {
  margin: 0;
  font-family: "Montserrat", sans-serif;
}

.hero {
  position: relative;
  width: 100%;
}

.hero .hero-bg {
  width: 100%;
  height: auto; /* keeps original image ratio */
  display: block;
}

.hero-content {
  position: absolute;
  top: 25%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #1a575f;
}
.hero-content img{
    width: 80vw;
    margin: auto;
}

/* .hero-content h1 {
  margin: 0;
  font-size: 85px;
}

.hero-content p {
  margin-top: 10px;
  font-size: 35px;
} */

.story-section {
  background-color: #1a575f; /* your solid base color */
  background-image: url("/bgg-02.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;

  /* this is the key */
  background-blend-mode: multiply;

  padding-top: 20px;
  color: #fff;
}

.story-content {
  position: relative;
  z-index: 2;
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
  color: #fff;
  margin-top: -68px;
}
.second-color {
  color: #a5dec9;
}

.story-text p {
  margin-bottom: 28px;
  line-height: 1.4;
  font-size: 28px;
}

.story-svg {
  margin: 60px 0 40px;
}

.story-svg img {
  width: 220px;
}

.story-image img {
  max-width: 800px;
  width: 100%;
  display: block;
  margin: 0 auto;
  padding-bottom: 80px;
}
  .phone{
    display: none;
  }
  .y-play{
      width: 70%;
      height: 380px;
      border-radius: 13px;
  }
@media only screen and (max-width: 768px) {
  .hero .hero-bg {
    object-fit: cover;
    height: 100vh;
}
    .hero-content{
        top: 30%;
    }
    
  .hero-content h1 {
    margin: 0;
    font-size: 26px;
  }
  .hero-content p {
    margin-top: 10px;
    font-size: 16px;
  }
  .story-text p {
    margin-bottom: 28px;
    line-height: 1.4;
    font-size: 16px;
  }
  .story-image {
    padding: 0px 20px;
  }
  .story-section {
    padding: 0px 30px 0px;
  }
  .story-content {
    margin-top: -30px;
  }
  .story-svg img {
    width: 150px;
  }
  .story-content .desktop{
    display: none !important;
  }
  .phone{
    width: 100%;
    display: block;
  }
  .story-svg {
    margin: 40px 0 40px;
}
.hero-content img {
    width: 120vw;
}
.y-play{
    width: 98%;
}
}
