@media (min-width: 992px) and (max-width: 1199px) {
}

@media (min-width: 768px) and (max-width: 991px) {
  .features p,
  .single-feature-text p {
    padding: 0;
  }

  .single-feature-img-description {
    float: none;
    width: auto;
    margin-top: 30px;
    text-align: center;
  }
  .single-feature-img {
    float: none;
    width: auto;
    margin-top: 50px;
    text-align: center;
  }

  .single-feature-no-bg {
    padding-bottom: 40px;
  }
  .single-feature-no-bg .single-feature-img-description {
    margin-top: 50px;
    text-align: center;
  }
  .single-feature-no-bg .single-feature-img {
    margin-top: 30px;
  }
}

@media (max-width: 767px) {
  .top-content .text {
    text-align: center;
    margin-bottom: 5em;
  }

  .inner-bg {
    padding-bottom: 0;
    overflow: hidden;
  }

  .top-content .phone {
    max-height: 390px;
  }

  footer .container .row {
    display: block;
  }

  .footer-links {
    text-align: center;
  }

  .top-content h1,
  .features h2,
  .single-feature-text h2,
  .call-to-action-text h2 {
    font-size: 36px;
    padding: 0 20px;
  }

  .top-content .description,
  .features p,
  .single-feature-text p,
  .call-to-action-text p {
    padding: 0 20px;
  }

  .features-box-1 p {
    padding: 0 20px;
  }

  .single-feature-img-description {
    margin-top: 30px;
    text-align: center;
  }
  .single-feature-img {
    margin-top: 50px;
    text-align: center;
  }
  .single-feature-img-description p {
    padding: 0 20px;
  }

  .single-feature-no-bg {
    padding-bottom: 40px;
  }
  .single-feature-no-bg .single-feature-img-description {
    margin-top: 50px;
    text-align: center;
  }
  .single-feature-no-bg .single-feature-img {
    margin-top: 30px;
  }

  .footer-copyright,
  .footer-social,
  .app-store-container-footer {
    text-align: center;
  }
  .footer-copyright {
    padding: 0 20px;
  }
}
