@media screen and (max-width: 740px) {
  .page._projects .section._entry {
    padding-top: 90px;
    padding-bottom: 35px;
  }

  .page._projects .section._projects {
    margin-bottom: 40px;
  }

  .page._projects .section__list._vertical .section__list-item {
    margin-bottom: 24px;
  }

  .page._projects .section._projects .section__list .card._row {
    background: transparent;
    display: contents;
  }
  .page._projects .section._projects .section__list .card._row:hover {
    background: transparent;
  }

  .page._projects .card:not(._disable-hover):not(._material):hover {
    background: transparent;
  }

  .section._projects .card._row .card__description {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 22px;
  }

  .page._project .section._project._solution .project__content {
    max-width: 100%;
  }

  .page._developer .section._projects .category._related-cases {
    padding-top: 0px;
  }

  .page._developer .section._projects {
    padding: 80px 0 32px;
  }
}
