.conductor-wrapper{
  text-align: center;
  margin: 50px 0px;

}
.conductor-wrapper h2{
  font-family:"a-otf-gothic-bbb-pr6n", sans-serif;
  font-size: 40px;
  font-weight: 400;
  margin:20px;
  padding-bottom:20px;
  border-bottom: 1px solid #000;
}
.portrait{
  text-align: center;
  width: 100%;
  margin:0px auto;
  display: block;

}
.portrait img{
  height: 400px;

}



.content p{
  font-family:"a-otf-gothic-bbb-pr6n", sans-serif;
  font-size:20px;
  background-color: #f6f6f6;
  padding: 20px;
}

@media(max-width:750px){
  .conductor-wrapper h2{
    font-size: 24px;
  }
  .conductor-wrapper p{
    font-size: 11px;
    padding:12px;
  }
  .portrait{
    width: 100%;
    margin:0px;
    display: block;
  
  }
  .portrait img{
    height: 180px;
  
  }
}