#pages-section {
  text-align: center;
}

.batch-extract-h1 {
  font-size: 2.75rem !important;
  text-align: center;
  font-weight: 800;
  margin-top: 2rem !important;
}

.batch-extract-h2,
.batch-extract-h3 {
  margin: 0rem 0rem 0rem 0rem !important;
}

.batch-extract-h2 {
  font-size: 2rem !important;
  font-weight: 800;
  color: var(--accent);
  text-align: center;
  margin-bottom: 1.5rem !important;
}

.batch-extract-p {
  text-align: justify;
}

.batch-extract-img {
  width: 100%;
  max-width: 100%;
  height: 100%;
}

.batch-extract-caption {
  text-align: center;
  font-weight: normal;
}

.screenshot {
  max-width: 1280px;
}

.batch-extract-p-call-to-action {
  text-align: center;
  font-size: 1.4rem;
  margin-top: 0rem;
}

#batch-extract-last {
  margin-bottom: 15rem;
}

@media only screen and (max-width: 500px) {

  #pages-main {
    width: 100%;
  }

  .batch-extract-h1 {
    font-size: 1.6rem !important;
  }

  .batch-extract-h2,
  .batch-extract-h3 {
    font-size: 1.3em !important;
  }

  .batch-extract-p-call-to-action {
    font-size: 1.3rem !important;
  }
}