.what__content.alone {
  gap: 0;
  grid-template-columns: 1fr 516px;
  align-items: center;
  justify-items: end;
  padding-top: 30px;

  .what__item-text {
    padding: 0;
    border: none;
  }
}

.what__item-imgAlone {
  width: 100%;
  max-width: 212px;

  img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
}

.what__list {
  border-bottom: 1px solid var(--line);
  padding-bottom: 30px;
}

.what__list.alone {
  padding: 0;
  border: none;
}

.what__list.third {
  .what__item-num {
    padding-top: 30px;
  }

  .what__item-text.third {
    border-top: 1px solid var(--line);
    padding-top: 30px;
  }
}

.what__item-middle {
  .what__item-img {
    padding-top: 30px;
  }

  .what__item-text {
    padding-top: 30px;
    border-top: 1px solid var(--line);
  }
}

.what__item-firms {
  display: grid;
  grid-template-columns: auto auto 1fr;
  grid-template-rows: 30px;
  gap: 35px;
}

.what__item-firm {
  width: max-content;
  height: 100%;
  opacity: 0.3;

  img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
}

.what__item-firm.alone {
  margin-top: 4px;
  height: 40px;
}

.what__item-text.alone {
  margin-top: 14px;
  padding: 0;
}

@media screen and (max-width: 900px) {
  .what__content.alone {
    grid-template-columns: 40% 1fr;
  }

  .what__item-imgAlone {
    max-width: none;
    width: 100%;
  }
}

@media screen and (max-width: 620px) {
  .what__item-firms {
    grid-template-rows: 16px;
    gap: 27px;
  }

  .what__item-firm.alone {
    height: 30px;
  }

  .what__content.alone {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-left: 50px;
  }
}
