@media (max-width:768px) and (orientation: portrait) {
  body {
    overflow-x: hidden;
  }
  .info {
    height: 100vh;
  }
  .info__left {
    width: 100%;
  }
  .info__app {
    display: none;
  }
  .goal__title {
    font: bold 19px 'Roboto'
  }
  .section-why {
    flex-direction: column;
  }
  .why {
    width: 100%;
    padding: 2rem 0;
  }
  .why__title {
    width: 100%;
    padding: 0;
    text-align: center;
    font-size: 26px;
  }
  .scope-wrapper {
    width: 100%;
    padding: 2rem 0;
  }
  .goal__diagram {
    flex-direction: column;
    padding: 0 30px;
  }
  .scope__amount-wrapper {
    background: #ff5e56;
  }
  .diagram__text-wrapper:before {
    display: none;
  }
  .goal__diagram_img {
    margin: 2rem 0;
    width: 100%;
  }
  .diagram__text-wrapper {
    width: 100%;
    padding: 0;
  }
  .components-wrap {
    flex-direction: column;
    margin-top: 2rem;
  }
  .amount {
    padding: 35px 40px 40px 37px;
    padding-bottom: 0;
    max-width: 320px;
  }
  .components__item {
    width: 100%;
  }
  .components__arrow {
    display: none;
  }
  .save__title {
    width: 80%;
    text-align: center;
  }
  .section-save {
    padding: 0;
  }
  .save-wrap:after {
    content: none;
  }
}