.phone-content {
  background: #351fb7;

  .content-wrapper {
    position: relative;
    height: 100%;

    .content-inner {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      height: calc(100% - 91px);
      color: white;

      span {
        font-family: "SpotifyMixBold", sans-serif;
        font-size: 30px;
        color: white;
      }
    }
  }
}
