.header-content-and-image {
	display: flex;
    justify-content: space-between;
}

.header-content-and-image .image-wrapper {
margin-top:-46px;
	display:flex;
	align-items:center;
}
.headerContent {
	flex-wrap:wrap;
  display:flex;
  width:50%;
	max-width:639px;
}
.headerContent p {
	font-family: Arial;
	font-size: 25px;
	line-height: 25px;
	letter-spacing: 0em;
	text-align: left;
	color:#8EDD65;

}

.headerContent li {
color:#fff;
}

.headerContent li p {
	margin:5px 0px;
	
}
.headerContent h1{
  color: white;    
  margin-top: 20px; 
  margin-bottom:0px;
	font-family: Roboto;
font-size: 50px;
font-weight: 300;
line-height: 57px;
letter-spacing: 0em;
text-align: left;

}

.landingHeaderWrapper{
  display: flex; 
  flex-direction: row; 
  flex-wrap: wrap; 
  justify-content: center; 
}

@media screen and (max-width: 850px){
  
  .landerHeaderContent{
    width: 100%;   
  }
  .landerHeaderContent h1{
  margin-bottom:30px;
     margin-top:30px;
}
.headerContent {
   flex-basis: 100%!important;
    width:100%;
}
  .headerSubContent {
  display:flex;
  width:100%; 
  }
}


@media (max-width:767px) {
	.headerContent h1 {
		font-size:40px;
	}
	
	.header-content-and-image {
		flex-wrap:wrap;
	}
	
	.header-content-and-image .image-wrapper {
		margin-top:15px;
		
	}
}

@media (max-width:1100px) {
	.headerContent h1 {
		max-width:600px;
	}
}
}

