
.success-hero-section {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  margin-top: 30px;
}

.success-hero-section img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  border-radius: 40px;
}

.success-hero-content {
  position: absolute;
  top: 50%;
  left: 50px;
  transform: translateY(-50%);
}

.success-hero-content h2 {
  color: #f97316; /* orange tone */
  font-size: 40px;
  font-weight: 700;
  line-height: 1.3;
}

.user-stories .stories-banner {
  position: relative;
  display: inline-block;
}

.play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: red;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 32px;
  cursor: pointer;
}

.small-play {
  width: 50px;
  height: 50px;
  font-size: 24px;
}

.video-card {
  position: relative;
  cursor: pointer;
}

.subscribe-box {
  background: #d6ebdd;
  padding: 40px;
  border-radius: 15px;
}

.baby-img {
  max-width: 250px;
}


@media (max-width: 767px) {
  .subscribe-box {
    padding: 25px;
  }

  .baby-img {
    max-width: 180px;
  }
  .success-hero-section img{
        height: 120px !important; 
      }

      .success-hero-content h2{
        font-size: 20px !important;
      }

      .success-hero-content {
    position: absolute;
    top: 50%;
    left: 25px !important;
    transform: translateY(-50%);
}
}