.view-person .view-content {
  justify-content:space-evenly!important;
}

.view-person .view-content > h3 {
	font-size:2.5em;
	text-align:center;
}

#block-studentemployees h2{
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 40%;
  font-size:2.5em;
	text-align:center;
}

#block-studentemployees .row{
	  display: flex;
  height: auto;
  align-items: stretch;
}

#block-studentemployees .row .col{
  width: 400px;
  margin: 10px;
  text-align: center;
  font-size: 30px;
}


#block-studentemployees .col{
	margin-bottom:2.5em;
	padding-bottom:1em;
}
#block-studentemployees .col p{
	font-size:.5em;
	
}

#block-studentemployees .col img{
margin-bottom:1em;
}

#block-studentemployees .col h4{
font-weight:700!important;
}

#block-studentemployees .btn-primary{
	font-size:2rem;
}


.first-name{
	float: left;
  margin-right: 7px;
}

.view-person .view-content .views-row .views-field-field-last-name{
	padding-bottom:0px;
}

.view-person .view-content .views-row .views-field-field-image img{
	width:100%;	
}

.view-person .view-content h2 {
  width:100%;
}

#block-studentemployees {
  margin-top:2em;
}

#block-studentemployees .row {
  display: flex;
  flex-wrap: wrap;
  justify-content:space-evenly;
}

#block-studentemployees .col {
  text-align:center;
}

#block-studentemployees img {
  margin:0 auto;
  border-radius:50%;
}

@media screen and (min-width: 56.25em) {
  #block-studentemployees h2 {
    margin-bottom:1em;
  }
  #block-studentemployees .row {
      flex-wrap: nowrap;
  }
}

.view-person .view-content .views-row .views-field-field-job-title{
text-transform: none;
color: #e57200;
font-size: 1.17188em;
font-weight: 400;
line-height: 1.17em;
font-style: italic;
}