.personas > div {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}

.personas > div:first-child {
  overflow: hidden;
} 

.personas > div > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.persona {
  width: 250px;
  height: 35rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0 20px;
}

.persona img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -moz-o-radius: 50%;
  border-radius: 50%;
  width: 200px !important;
  margin-top: 2rem;
  margin-bottom: 2rem;
  /* background-color:#fff;
  border:3px solid black;  
  filter: brightness(20%) */
}

.personasimage {
  display: flex;
  justify-content: center;
}

.personasimage a {
  margin:1px;
}

.blockquote  {
  font-family: Georgia,"Times New Roman",Times,serif;
  text-align: center;
}

.blockquote p {
  margin: 0;
  padding: 0;
  line-height: .5;
  height: 20px;
}

.blockquote p::before {
  content: no-open-quote;
  font-weight: bold;
  font-size: 6rem;
  color: #ff7900;
}

.blockquote p::after {
  content: close-quote;
  font-weight: bold;
  font-size: 6rem;
  color: #ff7900;
}

.personastext p {
  text-align: left;
  font-style: italic;
  font-size: 1rem;
  line-height: 1.4;
  padding: 0 5px;
}

.personasline {
  height: 0.1rem;
  width: 30%;
  background-color: #ff7900;
  margin: auto;
}

.personasname {
  text-align: center;
}

.personasname p {
  color:#404040;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.2rem;
  margin-bottom: 0!important;
  margin-top: 0.8rem;
}

.personastitle {
  text-align: center;
  height: 60px;
}

.personastitle p {
  color:#404040; 
  font-weight: 300;
  font-size: 1.1rem;
}
