@media (max-width: 370px) {

  .employees .employees__text {
    font-size: 12px!important;
    line-height: 14px!important;
  }

  .item .readmore .btn {
    width: 76%;
  }

  .employees .employees-block {
    width: 85px;
    height: 85px;
  }
  .employees .employees__text {
    font-size: 14px;
    margin-left: 5px;
    margin-top: 0;
  }
}

