@charset "utf-8";
/* CSS Document */

.interviewBt {
  background: #f5f5f5;
  display: flex;
}
.interviewBtPhoto {
  width: 30%;
}
.interviewBtText {
  width: 70%;
  display: flex;
  align-items: center;
}
.interviewBtInner {
  padding-left: 30px;
}

.messageModal {
  padding: 5%;
}

/**
 ****************************************************
 * 
 * screens smaller than 768
 * 
 ****************************************************
 */
@media only screen and (max-width: 768px) {

  
  
  
}