.clients__content {
  height: 100%;
  display: flex;
  flex-direction: column; }
  .clients__block {
    height: calc(100% - 87px);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; }
  .clients__list:before {
    display: none; }
    .clients__list:after {
      display: none; }
  .clients__item {
    min-height: 90px;
    padding: 22px; }
    .clients__item-link {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 100%;
      height: 100%;
      transition: 0.3s; }
      .clients__item-link:hover {
        transform: scale(1.1); }
