.ohlas .ohlas-name {
  line-height: 36px;
  padding-right: 10px;
  font-size: 18px;
  font-weight: bold;
}
.ohlas time {
  line-height: 14px;
  display: block;
  color: rgba(0, 0, 0, 0.6);
}
.box-label {
  display: table;
  position: relative;
  height: 150px;
}
/*.box-label:after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0px;
  content: "";
  height: 124px;
  width: 29px;
  background: url('../img/bigarrow-right.png') no-repeat center right;
}*/
.box-label .ico {
  display: table-cell;
  vertical-align: middle;
}
.box-label .desc {
  padding-left: 30px;
  padding-right: 30px;
  display: table-cell;
  vertical-align: middle;
  font-weight: bold;
  font-size: 21px;
  line-height: 30px;
}