.interviewer, .interviewee {
  margin: 30px 0;
}


.interviewer-image-wrapper {
  float: left;
  width: 12%;
}

.interviewer-image {
  width: 90%;
  border-radius: 50%;
}

.interviewer-comment {
  float: left;
  width: 88%;
  background-color: #ccdcec;
  border-radius: 20px;
}

.interviewer p {
  margin: 17px;
  color: black;
}


.interviewee-image-wrapper {
  float: left;
  width: 12%;
}

.interviewee-image {
  width: 90%;
  border-radius: 50%;
}

.interviewee-comment {
  float: left;
  width: 88%;
  background-color: Cyan;
  border-radius: 20px;
}

.interviewee p {
  margin: 17px;
}




section {
  margin: 0;
  padding: 0;
}