@charset "UTF-8";

/* interview ---------------------------------------*/

.interview {padding:30px 20px 0;}

.interview-question-title{
  background: url(../img/interview/icon_interview.png) no-repeat left top;
  background-size: 17px;
  margin-left: 0px;
  text-indent:25px;
  line-height: 1.5;
}

@media (min-width: 769px) {

  .interview-profile-wrapper{
    border-bottom:1px solid #ececec;
    padding-bottom: 20px;
  }

  .interview-profile-name{
    width:20%;
    vertical-align: top;
    padding-top: 10px;
  }

  .interview-profile-info{
    width:80%;
  }

  .interview-profile-wrapper .profile-name,
  .interview-profile-wrapper .profile-info{border-bottom:none;}


  .interview{padding:60px 80px 0;}

  .interview-question-title{
    background-position:left top;
    background-size: 27px;
    text-indent:35px;
    padding-top: 2px;
  }

}