
.future-header-text{
  display:flex;
  max-width: 1200px;
  width:100%;
  z-index: 9;
 height:content-fit;
 
  /* margin-top:-40px; */
  align-items: left;
  justify-content:left;
  padding: 0;
  margin-top:30px;

  


}

.future-line2 {
 
  font-family: Montserrat;
  font-size: 17px;
  font-weight: 500;
  line-height: 26px;
  
  text-align: justify;
text-justify: inter-word;
    color:#FFFFFF;

    
   
    
}

.future-line1 {
  font-family: Ubuntu;
  font-size: 60px;
  font-weight: 700;
  line-height: 78px;
  text-align: left;
  
    color:#FFFFFF;
  
}

@media only screen and (max-width: 1200px) {
  .future-line2 {
 
      font-size: 18px;
      font-weight: 400;
      line-height: 32px;
      
      
  }
  
  .future-line1 {
 
   
      font-size: 38px;
      font-weight: 700;
      line-height: 60px;
      
    
  }
 
 
  
}
.future-get-started
{
max-width: 168px;
width:100%;
height: 45px;

font-family: Sora;

font-family: Montserrat;
font-size: 16px;
font-weight: 600;
line-height: 24px;
letter-spacing: 0.06em;
text-align: left;
border:none;
text-align: center;

color:#6E7E1D;

background:#FFFFFF;

margin-top:50px;


}
.future-shade {
 
 
  margin-top:0px;


  height: 517px;
  width: 100dvw;

  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
}



 
@media only screen and (max-width: 700px) {
  
   
    .future-get-started
    {
        margin-top:20px;
    }
  
}