/*====================================================================
    
====================================================================*/
.box.prof {
  margin-bottom: 80px;
}
.box.prof div.img {
  margin-top: 0px;
  text-align: center;
}
.box.prof div.img div {
  margin-bottom: 20px;
}
.box.prof p {
  margin-right: 350px;
}
.box.prof p.h {
  font-size: 18px;
  color: #444444;
}
.box.prof p.name {
  color: #444444;
}
.box.prof div.consultant_prof {
  text-align: left;
  font-size: 12px;
}

/*====================================================================
    
====================================================================*/
@media only screen and (max-width: 660px), only screen and (-webkit-min-device-pixel-ratio: 1.5) {
  .box.prof {
    margin: 0 40px 40px;
  }
  .box.prof div.img {
    margin-top: 0px;
    margin-bottom: 50px;
  }
  .box.prof p {
    width: 100%;
    margin: 0;
  }
  .box.prof p.h {
    font-size: 24px;
    color: #444444;
    margin-bottom: 30px;
  }
  .box.prof p.name {
    text-align: right;
    color: #444444;
  }
  .box.prof div.consultant_prof {
    text-align: left;
    font-size: 14px;
  }
}
/*====================================================================
    
====================================================================*/
