@media (max-width: 390px) {
  .lead {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 0 16px 12px;
    width: 100%;
    max-width: 358px;
    margin: 0 auto; /* żeby siedziało na środku ekranu */
  }

  .lead h2 {
    width: 100%;
    margin: 0 0 12px;
    font-family: "Satoshi", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 120%; /* 38px */
    color: #283896;
  }

  .lead p {
    width: 100%;
    margin: 0;
    font-family: "Satoshi", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 1rem;
    line-height: 160%; /* 26px */
    letter-spacing: 0.01em;
    color: rgba(40, 56, 150, 0.75);
  }
}
