#

<div class="header">
  <div class="inner">
    <img src="/static/images/logos/google-play.png" alt="Google Play Logo">
    <div>
      <h1 style="color: #222;">Play Store Help Desk</h1>
      <p style="padding-left: 2rem; margin-bottom: 0; color: #222;">Get help with your Android mobile app and Google Play store listing.</p>
    </div>
  </div>
  <button class="btn-orange-lg" disabled>COMING SOON</button>
</div>

Play Store Help Desk is an enterprise-grade service that delivers world-class support for your Android mobile app and Google Play Store listing. It provides access to a trusted U.S.-based help desk for troubleshooting performance-related issues with your Android app, as well as assistance with managing updates to your policies, graphics, screenshots, and other store-related questions.

Play Store Help Desk is fully managed by Solodev, a trusted AWS Advanced Tier Partner with multiple AWS Competencies. Play Store Support staff members are qualified, well-trained mobile app engineers with direct knowledge of the features, functionality, and best practices for the Android and Google Play Store ecosystem. 

- **U.S.-based help desk:** Get expert guidance from qualified mobile engineers on issues with your Android app or Google Play Store listing. Available M - F, 8:30 am to 5:00 pm EST.
- **Store listing support:** Leverage the Play Store Help Desk for assistance with updating or changing policies, graphics, screenshots, or other details. 
- **Easy-to-use ticketing:** Submit your questions or issues 24/7 via a simple ticketing platform and track your ticket responses via an online portal.

<style>
  /* Headers */
  .header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
    background-color: #eef6ff;
  }
  .header .inner {
    display: flex;
    align-items: center;
    justify-content: start;
  }
  .header img {
    width: 80px;
  }
  .header h1 {
    margin-left: 0;
    font-size: 2rem;
    margin-bottom: 0.25rem;
  }
  .header p {
    padding-left: 2rem;
    margin-bottom: 0;
  }
</style>
