/* Generated by less 2.5.1 */
.all_blocks .blocks_unit {
  display: table;
  width: 100%;
  height: 200px;
  background: #028a4a;
  color: #fff;
}
.all_blocks .blocks_unit .img_block {
  width: 200px;
  height: 200px;
  display: table-cell;
  vertical-align: middle;
}
.all_blocks .blocks_unit .img_block .roundIco {
  width: 180px;
  height: 180px;
  -moz-border-radius: 90px;
  -webkit-border-radius: 90px;
  -khtml-border-radius: 90px;
  border-radius: 90px;
  margin: auto;
  border: 5px solid #ffffff;
  background: no-repeat center top;
  background-size: cover;
}
.all_blocks .blocks_unit .txt_block {
  display: table-cell;
  height: 200px;
  vertical-align: middle;
  padding: 10px;
}
.all_blocks .blocks_unit .txt_block h4 {
  font-size: 20pt;
  line-height: 19pt;
  color: #ffff00;
}
.all_blocks .blocks_unit .txt_block .doctor {
  color: #bbe342;
  display: block;
  margin-bottom: 10px;
}
.all_blocks .blocks_unit .txt_block .doctor:hover {
  color: #ff0;
}
.all_blocks .review {
  background: url('../../../_img/quotes.png') no-repeat 6px 6px;
}
@media screen and (max-width: 1200px) {
  .all_blocks .blocks_unit .img_block {
    width: 170px;
  }
  .all_blocks .blocks_unit .img_block .roundIco {
    width: 150px;
    height: 150px;
    -moz-border-radius: 75px;
    -webkit-border-radius: 75px;
    -khtml-border-radius: 75px;
    border-radius: 75px;
  }
}
@media screen and (max-width: 480px) {
  .all_blocks .blocks_unit {
    display: block;
    height: auto;
  }
  .all_blocks .blocks_unit .img_block {
    width: 100%;
    height: auto;
    padding: 10px;
    display: block;
  }
  .all_blocks .blocks_unit .txt_block {
    display: block;
    height: auto;
    padding: 10px;
    text-align: center;
  }
}
