.mainContent section {
  line-height: 32px;
  font-size: 14px;
}
.mainContent section h2 {
  color: #00A4B2;
}
.mainContent section .secTitle {
  text-align: center;
}
.mainContent section p {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

@media only screen and (max-width: 767px) {
  .mainContent section {
    padding-bottom: 92px;
  }
  .mainContent section h2 {
    font-size: 24px;
    margin: 0 0 5px 0;
  }
  .mainContent section .secTitle {
    padding: 58px 0 33px 0;
  }
}
@media print, screen and (min-width: 768px) {
  .mainContent section {
    padding-bottom: 95px;
  }
  .mainContent section .secTitle {
    padding: 137px 0 37px 0;
  }
  .mainContent section .secTitle h2 {
    font-size: 30px;
    margin: 0 0 6px 0;
  }
}/*# sourceMappingURL=style.css.map */