.alt-features-item {
	margin: 35px 0 0 0;
	text-align: justify;
	padding-left: 0px;
}



.team-item{
  padding-left:0px; 
  padding-right:0px;
}

.team-image{
	
 position: relative;
  object-fit: contain;
  height: 100%;
  width:100%
}

#img-padding{
	top-padding:150px ;
	}




.team-item:hover .team-image:after {
  background: rgba(0, 0, 0, 0);

}

.side-image-text{
padding:80px 30px 100px 30px;
border-top: 0px solid #e5e5e5;
  border-bottom: 0px solid #e5e5e5;
}

.module-subtitle{
text-align:justify; 
margin-bottom: 20px;

}

#interanldiv{
text-align:justify; 
margin-bottom: 10px; 

}


@media ( max-width : 768px) {
	
	#flex { display: flex; flex-direction: column; justify-content: center; }
    #a { order: 1; }
    #b { order: 2; }
	
	#img-height{
	height:30%;

	}
	
	#padding1{
	
	padding-left: 50%;
	}
	#side-image-text-tab{
	padding:50px 30px 50px 30px;
	}
	
	#center-align{
	
	text-align:center;
	}

	

}

@media ( min-width : 800px)  {
	
	
	
	#left-align{
	
	text-align:left;
	}

	.fix-height{
	
	height: 730px ;
	
	}
	

}


@media ( min-width : 1367px) {
	
	
	
	#left-align{
	
	text-align:left;
	}

	.fix-height{
	/* padding-top:50px; */
	height: 1150px;
	
	}
	

}

/* @media (min-width:992px){
	
	.body-height{
	height: 56vh;
	}
} */