@supports (-webkit-touch-callout: none) {
    .h-screen {
      height: -webkit-fill-available;
    }
  }

  .single-animation {
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
  }

  @media (min-width: 768px) {
    .funding-container {
      flex: 0.5 0.5 50%;
    }
  }