*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.allpeople h2{
  font-family: 'Capriola', sans-serif;
  letter-spacing: 2px;
  font-weight: bolder;
  text-transform: uppercase;
  font-size: 1.6rem;
	margin: 10px 0;
	
}
.allpeople .specialheadings{
	margin-top: 20px;
}

.information h3, .information h4, .information h5{
  
  font-family: 'Capriola', sans-serif;
  letter-spacing: 3px;
  font-weight: bolder; 
  margin-bottom: 10px;
  line-height: 25px;
  margin-top:10px; 
}
.information h3, .information h4{
	text-transform:uppercase;
}

.title{
  text-align: center;
  margin: 50px auto;
  font-size: 42px;
  font-family: 'Capriola', sans-serif;
  letter-spacing: 3px;
  font-weight: bolder;
  text-align: center;
}


.line{
  border-bottom: 1px solid;
  border-color: #D3D3D3;
  width: 50%;
  margin: 0px auto;
  margin-top: 40px;
}

.people{
  max-width:400px;
  max-height: 400px;
  border-radius: 4px;
  
}


.allpeople{
	display: grid;
	grid-template-columns: 1fr;
	margin: 40px auto;
	width:90%;
	justify-items: center;
	align-items: center;
	grid-gap: 20px;
	text-align: center;
	
}

.left,.right{
	display: flex;
	justify-content: space-around;
	align-items: center;
	width: 100%;
	
	
}
.right{
	display: flex;
	flex-direction: row-reverse;
}


@media only screen and (max-width: 916px) {
	.left,.right{
		display: block;
	}
    
}
@media(max-width:570px){
  .people{
    max-width:300px;
    max-height: 300px;
  }
}

