
.management .textContent {  display:inline-grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(6, auto);
}
.management .titleContainer {grid-column: 1/4; grid-row:1/2; margin-bottom:5%;}
.managerImage {grid-column:1/2; grid-row:2/3;}
.managerImage img {width:80%;}
.newBio {grid-column:2/4;grid-row:2/3;}
.newBio h4 {  font-size: 2.1em;
  line-height: 1.1em; margin:0 auto;}
.newBio h5 {  font-size: 1.2em;
  line-height: 1.2em; margin:0 auto 25px; border-bottom:1px solid #000;}

  @media(max-width:768px){

.managerImage img {width:100%;}
.managerImage {grid-column:1/2; grid-row:2/3;}
.newBio {grid-column:1/4;grid-row:3/4;}
 }
/*
 <div class="management pushSection" id="companyManagement">
		<div class="textContent">
			<div class="titleContainer">
				<h4>
					<!-- Texas Villas LLC
					<br /> -->
				</h4>
				<img src="images/landing/logo.png" alt="logo" />
				<h2>Management Team</h2>
				<p>The Company is currently managed by a seasoned business and sector professional dedicated to the success of the Company and efficient execution of its planned operations.</p>
			</div>
			<div class="managerImage">
						<img src="images/landing/roger.jpg" alt="James Washburn">
					</div>
				
					
					<div class="newBio">
						<h4>James Washburn</h4>
								<h5>Principal</h5>
								<p>Mr. Washburn has held several executive level operational, financial and management positions since 1999. Mr. Washburn most recently served as Chief Financial Officer for Alturas Brokerage Services from 2005 to 2008. Alturas
									Brokerage Services is a California based real estate brokerage and correspondent mortgage lender.</p>
								<p>Mr. Washburn has held several executive level operational, financial and management positions since 1999. Mr. Washburn most recently served as Chief Financial Officer for Alturas Brokerage Services from 2005 to 2008. Alturas
									Brokerage Services is a California based real estate brokerage and correspondent mortgage lender.</p>
					</div>





		</div>
	</div>
  */