  /* Shared
  –––––––––––––––––––––––––––––––––––––––––––––––––– */
  body {
      background-color: #1a1e23;
      color: white;
  }

  .button {
    border-radius: 100px;
  }

  /* Sections
  –––––––––––––––––––––––––––––––––––––––––––––––––– */
  .section {
    padding: 8rem 0 0rem;
    text-align: center;
  }
  .section-heading,
  .section-description {
    margin-bottom: 1.2rem;
  }

  /* Hero
  –––––––––––––––––––––––––––––––––––––––––––––––––– */
  .phones {
    position: relative;
  }
  .phone {
    position: relative;
    max-width: 80%;
    top: 2rem;
    
  }
  .phone + .phone {
    display: none;
  }

  .logo{
  width:145px;
  padding-bottom: 20px;

  }

  .main-header{


  }

  .download{
  width: 150px;


  }

  p{
  color: #7e7e7e;
  font-size: 0.93em;


  }

  /* Help
  –––––––––––––––––––––––––––––––––––––––––––––––––– */
  .get-help {
    border-bottom: 1px solid #ddd;
  }

  /* Bigger than 550 */
  @media (min-width: 550px) {
    .section {
      padding: 11rem 0 0rem;
    }
    .hero {
      padding-bottom: 12rem;
      text-align: left;
      height: 165px;
    }
    .phone {
      position: absolute;
      top: 0rem;
      right: 3rem;
      max-height: 362px;
      z-index: 3;
    }
    .phone + .phone {
      top: -6rem;
      display: block;
      max-width: 73.8%;
      right: 0;
      z-index: 2;
      max-height: 338px;
    }
    .hero-heading {
      font-size: 2.4rem;
    }

  }

  /* Bigger than 750 */
  @media (min-width: 750px) {
    .hero {
      height: 190px;
    }
    .hero-heading {
      font-size: 3.2rem;
    }
    .section {
      padding: 13rem 0 0rem;
    }
    .hero {
      padding: 13rem 0 0rem;
    }
    .section-description {
      max-width: 60%;
      margin-left: auto;
      margin-right: auto;
    }
    .phone {
      top: 0rem;
      right: 5rem;
      max-height: 510px;
      margin: 3rem auto 0rem;
    }
    .phone + .phone {
      top: 0rem;
      max-height: 472px;
    }
    .categories {
      padding: 15rem 0 8rem;
    }
  }

  /* Bigger than 1000 */
  @media (min-width: 1000px) {
    .section {
      padding: 16rem 0 0rem;
    }
    .hero {
      padding: 16rem 0;
    }
    .hero-heading {
      font-size: 4.0rem;
    }
    .phone {
      top: -2rem;
      max-height: 615px;
    }
    .phone + .phone {
      top: -14rem;
      max-height: 570px;
    }
  }