.npo-footer {
  background-color: #f8f9fa;
  padding: 48px 0 24px;
  margin-top: 48px;
  border-top: 1px solid #e0e0e0;
  position: relative;
  z-index: 1;
  width: 100%;
}

.npo-footer .container {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 15px;
}

.npo-footer .footer-app-section {
  text-align: center;
  margin-bottom: 32px;
}

.npo-footer .footer-app-section h3 {
  font-size: 22px;
  font-weight: 700;
  color: #2d2d2d;
  margin-bottom: 12px;
}

.npo-footer .footer-app-section p {
  font-size: 15px;
  color: #5f5f5f;
  margin-bottom: 8px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.npo-footer .footer-app-section .tash-store-badges {
  margin-top: 20px;
}

.npo-footer .footer-copyright {
  text-align: center;
  padding-top: 24px;
  border-top: 1px solid #e0e0e0;
  font-size: 12px;
  color: #5f5f5f;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.npo-footer .footer-copyright-inner {
  white-space: nowrap;
  display: inline-block;
}

.npo-footer .footer-copyright a {
  color: #2683c6;
  text-decoration: none;
}

.npo-footer .footer-copyright a:hover {
  text-decoration: underline;
}

@media (min-width: 576px) {
  .npo-footer .footer-copyright {
    font-size: 13px;
  }
}

@media (min-width: 768px) {
  .npo-footer {
    padding: 60px 0 28px;
    margin-top: 60px;
  }

  .npo-footer .footer-app-section h3 {
    font-size: 24px;
  }

  .npo-footer .footer-app-section p {
    font-size: 16px;
  }
}
