.phone-content {
  background: #351fb7;

  .content-wrapper {
    position: relative;
    height: 100%;
    overflow: hidden;

    .content-inner {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      height: calc(100% - 91px);
      color: white;
      padding: 0 20px;
      position: relative;

      > p {
        font-family: "SpotifyMixBold", sans-serif;
        font-size: 25px;
        margin: 0;
        padding: 0;

        span {
          font-family: "SpotifyMixBold", sans-serif;
        }

        span:nth-child(2),
        span:nth-child(4) {
          color: #f35279;
        }
      }

      .framework-logo {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        font-family: "SpotifyMixBold", sans-serif;
        font-size: 25px;
        margin-top: 15px;

        img {
          width: 100px;
          height: auto;
          margin-bottom: 10px;
        }
      }

      .fade-in.delay-2 {
        animation-delay: 0.4s;
      }

      .fade-in.delay-3 {
        animation-delay: 0.6s;
      }

      .fade-in.delay-4 {
        animation-delay: 0.8s;
      }

      .fade-in.delay-5 {
        animation-delay: 1s;
      }

      .fade-in.delay-6 {
        animation-delay: 1.2s;
      }

      .fade-in.delay-7 {
        animation-delay: 1.4s;
      }
    }
  }
}
