@media (max-width: 768px) {

  .products__list {
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
  }

  .products__item {
    width: 100%;
    margin-bottom: 15px;
  }

  .products__item_presentation {
    padding: 40px 15px;
  }

  .products__item-img {
    max-width: 141px;
    bottom: 0;
    right: 0;
  }

  .products__title {
    max-width: 190px;
    font-size: var(--mob-fs-title-2);
    font-weight: var(--mob-fw-title-2);
    line-height: var(--mob-lh-title-2);
  }

  .products__title-questions {
    padding-top: 10px;
    margin-bottom: 20px;
  }

  .products__btn {
    padding: 20px;
    width: 100%;
  }
}
