.bio-wrapper {
  display: flex;
  justify-content: space-around;
  align-items: center;
  background-color: #fafafa;
  padding: 15px;
  border: solid #f0f0f0 1px;
}

.bio-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 75%;
}

.bio-text .bio-title {
  display: flex;
}

.bio-text .bio-title h3 {
  padding-right: 5px;
  font-size: 18px;
  margin-bottom: 0;
  color: #ff0000;
}

.bio-name {
  color: #404040;
}

.bio-wrapper .bio-text .bio-p-tag {
  padding-right: 5px;
}

.bio-wrapper .bio-text p {
  font-size: 16px;
  margin-top: 0;
}
