.header {
  text-align: center;
  font-family: "Hind";
  margin-bottom: 185px;
  padding: 0 20px;
}

.header .insync-big {
  margin-top: 100px;
}

.header small,
.header-2 small {
  color: #6a717b;
  font-size: 12px;
  margin-top: 12px;
}

.header .download-link,
.header-2 .download-link {
  margin-top: 20px;
}

.download-link {
  text-align: center;
  display: inline-block;
  font-size: 21px;
  font-family: "Montserrat";
  color: #fff;
  font-weight: 400;
  width: 315px;
  height: 65px;
  background-color: rgb(253, 116, 85);
  border: none;
  border-radius: 5px;
  line-height: 65px;
}

.download-link:hover {
  color: #fff !important;
}

.header-2 {
  max-width: 1366px;
}

.header-col {
  margin-top: 150px;
  margin-bottom: 185px;
}

.header-2 h2 {
  margin-top: 0;
  font-size: 36px;
  font-family: "Montserrat";
  font-weight: 700;
}

.header-2 h3 {
  font-size: 20px;
  font-family: "Hind";
  font-weight: 300;
  line-height: 30px;
}

.header-2 .hero a,
.header-2 .hero small {
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.header-2 .hero .size-limiter {
  max-width: 490px;
  margin: 0 auto;
}

.header h1 {
  font-size: 36px;
  font-weight: 300;
  font-family: "Hind";
}

.header h2 {
  font-size: 21px;
  font-weight: 300;
  line-height: 30px;
  max-width: 750px;
  margin: 0 auto;
}

.features-wrapper {
  background-color: #eff6f8;
  padding-bottom: 150px;
}

.features {
  max-width: 600px;
}

.comparison h3 {
  text-align: center;
  font-size: 30px;
  font-family: "Montserrat";
  font-weight: 700;
  margin-top: 60px;
  margin-bottom: 18px;
}

.comparison {
  font-family: "Montserrat";
}

.comparison .comp-header {
  font-size: 14px;
}

.comparison .item {
  font-size: 16px;
}

.comparison .checked,
.comparison .unchecked {
  border: 2px solid #cedbdf;
  border-radius: 5px;
  display: inline-block;
  width: 19px;
  height: 19px;
}

.comparison .col-centered {
  text-align: center;
}

.comparison .checked {
  background-image: url('https://d2t3ff60b2tol4.cloudfront.net/c/E/QRszB2/checkmarks.png');
}

.comparison .item {
  padding: 12px 0;
  border-top: 2px solid #cedbdf;
}

.benefits-wrapper {
  background-color: #eff6f8;
}

.benefits {
  max-width: 1366px;
}

.benefits hr {
  color: #cedbdf;
  background-color: #cedbdf;
  height: 2px;
}

.benefits .benefit-row {
  padding-top: 50px;
  padding-bottom: 50px;
}

.benefits .benefit-wrapper {
  height: 300px;
}

.benefits .benefit-image {
  text-align: center;
}

.benefits h3 {
  font-family: "Montserrat";
  font-weight: 700;
  font-size: 24px;
  margin-top: 0;
}

.benefits p {
  font-family: "Hind";
  font-weight: 300;
  font-size: 16px;
}

.customers-wrapper {
  padding-top: 50px;
  padding-bottom: 150px;
  background-color: #19b7e4;
}

.customers {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.customers h3 {
  font-family: "Montserrat";
  font-size: 30px;
  color: #fff;
  margin-bottom: 50px;
}

.customers .customer-logo {
  height: 150px;
}

.testimonial-container {
  /*override*/
  background-color: #fff !important;
  padding-top: 100px;
  padding-bottom: 100px;
}

.cta-wrapper {
  border-top: 5px solid #dce4e6;
  background-color: #eff6f8;
  padding-top: 80px;
  padding-bottom: 110px;
}

.cta {
  text-align: center;
}

.cta h3 {
  font-family: "Montserrat";
  font-size: 32px;
  font-weight: 700;
}

.cta p {
  font-family: "Hind";
  font-weight: 300;
  font-size: 18px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.row.item {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

/*utility*/

.valign-wrapper {
  display: table;
  width: 100%;
}

.valign-element {
  display: table-cell;
  vertical-align: middle;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .header {
    margin-bottom: 50px;
  }

  .header .insync-big {
    margin-top: 50px;
    margin-bottom: 25px;
    padding: 0 50px;
  }
  .header h1 {
    font-size: 3rem;
    margin-top: 0;
    margin-bottom: 25px;
  }
  .header h2 {
    font-size: 2rem;
  }
}
