.hero-main-wrap {
    position: relative;
    padding: 100px 0px 150px;
    background: rgb(25,183,118);
    background: linear-gradient(0deg, rgb(19 159 102) 0%, rgba(19,159,102,1) 100%);
}

.hero-main-wrap:before {
    content: "";
    position: absolute;
    background-image: url(https://4268479.fs1.hubspotusercontent-na1.net/hubfs/4268479/StoryClash_2022/Images/LP/bg-dark-green-swirl.png);
    width: 100%;
    height: 250px;
    bottom: 0px;
    background-color: #fff;
    background-size: 100% 100%;
    background-position: center;
}
  
.hero-logo img {
    max-width: 280px !important;
}

.hero-logo {
    margin-bottom: 70px;
}

.hero-title h1 {
    color: #fff;
    margin-bottom: 15px;
    position: relative;
    letter-spacing: -.5px;
}
 
.hero-title h1 span { 
    color: #bae9d6; 
}

.hero-title {
    padding-bottom: 40px;
}

.hero-text {
    max-width: 450px;
}

.hero-text p {
    color: #fff;
    font-size: 23px;
}


.hero-main-inner {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    position: relative;
    z-index: 9;
}
    
.hero-right-inner {
    padding: 30px 30px;
    background-color: #fff;
    border-radius: 8px;
    margin-left: 100px;
    box-shadow: 0 20px 20px 0 rgb(0 0 0 / 5%);
}

.hero-form-title h4 {
    color: #272727;
}


.hero-form-title h5 {
    font-weight: 400;
    line-height: 1.25;
}

.hero-form-title h5 span {
    font-weight: 600;
    color: #19b776;
}







/******** Mobile Styling *********/

@media (max-width: 1080px) {
   
  .hero-main-wrap {
      position: relative;
      padding: 50px 0px 100px; 
  }

  .hero-text {
      max-width: 100%;
  }
  
  .hero-text p {
      color: #fff;
      font-size: 21px;
  }
  
  .hero-right-inner {
      padding: 30px; 
      margin-left: 0px; 
  }
  
  .hero-title {
      padding-bottom: 20px;
  }

}

@media only screen and (min-width:768px) and (max-width: 1024px) and (orientation: portrait) {
  
  .hero-left {
      width: 100% !important;
  }

  .hero-right {
      width: 100% !important;
      margin: 0px !important;
      padding: 30px;
  }

   
  .hero-left.span6 {
      width: 100% !important;
  }
  
  .hero-right.span6 {
      width: 100% !important;
      margin: 0px !important;
  }
  
  
}  

@media (max-width: 767px) {
    
  .hero-main-wrap:before {
      content: ""; 
      height: 120px;
      bottom: -10px; 
      background-size: 110% 100%; 
  }

  
  .hero-left.span6 {
      width: 100% !important;
  }
  
  .hero-right.span6 {
      width: 100% !important;
      margin: 0px !important;
  }
  

}

@media (max-width: 479px) {
 
}  
  



