@charset "utf-8";
.interview-title {
  position: relative;
  max-width: 940px;
  margin: 0 auto;
  border-bottom: 1px solid #ccc;
  /*box-shadow: 0px 4px 4px rgba(102,102,102,0.4);*/
}
.interview-wrapper {
  max-width: 940px;
  margin: 0 auto 60px;
  padding: 40px 40px 0;
  background: #f9f8f8;
  border-bottom: 1px solid #ccc;
}
.interview-inner {
  margin: 0 0 40px 0;
}
.interview-lead {
  margin: 0 0 30px 0;
  padding: 0;
  font-size: 1.25em;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
}
.text-intro{
  color: #333;
  margin: 0 0 8px;
  font-size: 12px;
}
.text-comment{
  color: #333;
  margin: 22.5px 0 8px;
}
.text-base {
  color: #333;
  font-size: 1em;
}
.pic-frame {
  max-width: 300px;
  margin: 0 auto 30px;
  border: 4px solid white;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
}
.icon-counselor {
  position: relative;
  display: inline-block;
  margin: 0 15px 0 0;
  padding: 0 4px;
  width: 50px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  color: #fff;
  font-size: 10px;
  font-weight: bold;
  background: #ed6868;
}
.icon-counselor:before {
  content: "";
  position: absolute;
  bottom: 5px;
  right: -15px;
  margin-top: -5px;
  border: 5px solid transparent;
  border-left: 10px solid #ed6868;
  z-index: 0;
}
.icon-guest {
  position: relative;
  display: inline-block;
  margin: 0 15px 0 0;
  padding: 0 4px;
  width: 50px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  color: #fff;
  font-size: 10px;
  font-weight: bold;
  background: #38b3d8;
}
.icon-guest:before {
  content: "";
  position: absolute;
  bottom: 5px;
  right: -15px;
  margin-top: -5px;
  border: 5px solid transparent;
  border-left: 10px solid #38b3d8;
  z-index: 0;
}
.interview-bottom {
  max-width: 600px;
  margin: 0 auto;
}
@media (max-width: 640px) {
  .interview-wrapper {
    padding: 40px 15px 0;
  }
  .interview-lead {
    text-align: left;
  }
}