html,
body {
  font-size: 16px;
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
  margin: 0;
  -webkit-text-size-adjust: none;
}

h1 { font-size: 2rem; }

h2 { font-size: 1.75rem; }

h3 { font-size: 1.375rem; }

h4 { font-size: 1.125rem; }

@media (min-width: 28px) {
  html { font-size: 10px; }

  html .download-btn {
    height: 60px;
  }

  html .download a { width: 80%; }
}

@media (min-width: 380px) {
  html { font-size: 12px; }

  html .download a { width: 80%; }
}

@media (min-width: 544px) {
  html { font-size: 14px; }

  .html .download a { width: 70%; }
}

@media (min-width: 768px) {
  html { font-size: 16px; }

  .html .download a { width: 60%; }
}

body { font-family: 'Lato', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif; }

img { max-width: 100% }

.ourpact-facebook {
  display: flex;
  flex-direction: column;
  max-width: 800px;
  margin: 0 auto;
}

.review-count h2 { font-weight: 400; }

.header {
  width: 100%;
  text-align: center;
}

.header h1 {
  margin-top: 10px;
  margin-bottom: 0;
  font-weight: 600;
  letter-spacing: 1px;
}

.header img {
  width: 100%;
  height: auto;
}

.heading {
  display: flex;
  flex-direction: row;
  flex-grow: 1;
  justify-content: center;
}

.heading .rating-image { margin: auto 1rem auto 0; }

.rating-image img { max-height: 3rem; }

.download {
  display: flex;
  flex-direction: row;
  flex-grow: 1;
  justify-content: center;
}

.download-btn {
  cursor: pointer;
  height: 80px;
  width: 100%;
  border-radius: 50px;
  background-color: #32C3BD;
  font-size: 28px;
  color: #FFF;
  border: unset;
  font-weight: 500;
}

.review-section {
  display: flex;
  flex-direction: column;
  padding: 0 1.5rem;
  color: #999999;
  line-height: 1.2;
}

.review .review-heading {
  display: flex;
  flex-direction: row;
}

.review .review-heading h4 {
  font-weight: bold;
  margin: 0.5rem 0.5rem 0.5rem 0;
}

.review .review-heading img {
  margin-top: 0.5rem;
  height: 1.33rem;
}

.review p { margin-top: 0; }
