.zwrapper h1,
.zwrapper h2 {
  font-family: var(--zf-primary-bold);
}

.zwrapper h1 {
  font-size: 50px;
}

.zwrapper h2 {
  font-size: 45px;
}

.hero-section {
  padding: 100px 0 130px;
}

.hero-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  gap: 0px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.hero-text {
  max-width: 510px;
}

.hero-cta {
  border-radius: 3px;
}

.simplify-section {
  background-color: #000000;
  color: #fff;
  padding: 100px 0;
}

.simplify-title {
  text-align: center;
  max-width: 630px;
  margin: auto;
  margin-bottom: 100px;
}

.simplify-title h2 {
  margin: 0;
}

.simplify-block {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  gap: 80px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  justify-items: end;
  margin-bottom: 100px;
}

.content-wrap:last-child .simplify-block {
  margin-bottom: 0;
}

.simplify-block.reverse .simplify-img {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
  -ms-grid-column-align: end;
      justify-self: end;
}

.simplify-block.reverse .simplify-text {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  -ms-grid-column-align: start;
      justify-self: start;
}

.simplify-img {
  -ms-grid-column-align: start;
      justify-self: start;
}

.simplify-img img {
  height: auto;
}

.simplify-text {
  max-width: 430px;
}

.simplify-text h3 {
  margin: 0 0 15px;
  font-size: 40px;
}

.simplify-text p {
  color: #aaaaaa;
}

.features-section {
  padding: 100px 0 0;
}

.features-title {
  text-align: center;
  margin-bottom: 100px;
}

.features-title h2 {
  margin: 0;
}

.features-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  gap: 60px;
  text-align: center;
  justify-items: center;
}

.features-block {
  max-width: 340px;
}

.bottom-cta-section {
  padding: 120px 0;
  text-align: center;
}

.bottom-cta-wrap {
  max-width: 840px;
  margin: auto;
}

.bottom-cta-wrap h2 {
  margin-bottom: 0.75em;
}

.fadein {
  opacity: 0;
  -webkit-transform: translateY(30px) scale(0.8);
          transform: translateY(30px) scale(0.8);
  -webkit-transition: all 0.9s ease;
  transition: all 0.9s ease;
}

.middle-animated .fadein {
  opacity: 1;
  -webkit-transform: translateY(0px) scale(1);
          transform: translateY(0px) scale(1);
}

@media only screen and (max-width: 1199px) {
  .zwrapper h1 {
    font-size: 35px;
  }
  .zwrapper h2 {
    font-size: 28px;
  }
  .hero-section {
    padding: 80px 0;
  }
  .hero-grid {
    -ms-grid-columns: auto;
        grid-template-columns: auto;
    text-align: center;
    gap: 40px;
    max-width: 500px;
    margin: auto;
  }
  .hero-text {
    max-width: 450px;
    margin: auto;
  }
  .hero-text h1 {
    max-width: 360px;
    margin: auto auto 20px;
  }
  .simplify-title {
    max-width: 390px;
    margin-bottom: 60px;
  }
  .simplify-text {
    width: 100%;
    max-width: 100%;
  }
  .simplify-text h3 {
    font-size: 25px;
  }
  .simplify-block {
    -ms-grid-columns: auto;
        grid-template-columns: auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: 500px;
    margin: auto;
    margin-bottom: 60px;
    gap: 10px;
  }
  .simplify-block.reverse .simplify-text,
  .simplify-block.reverse .simplify-img {
    -webkit-box-ordinal-group: unset;
        -ms-flex-order: unset;
            order: unset;
  }
  .features-title {
    margin-bottom: 80px;
  }
  .features-grid {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    max-width: 670px;
    margin: auto;
    gap: 40px;
  }
  .features-img img {
    width: 200px;
    height: auto;
  }
  .bottom-cta-section {
    padding: 100px 0;
  }
  .bottom-cta-wrap {
    max-width: 530px;
  }
}

@media only screen and (max-width: 991px) {
  .hero-section {
    padding: 70px 0;
  }
  /* .hero-text {
    max-width: 390px;
  } */
  .simplify-section {
    padding: 80px 0;
  }
  .simplify-title {
    max-width: 500px;
    margin-bottom: 50px;
    text-align: left;
  }
  .simplify-title h2 {
    max-width: 390px;
  }
  .features-grid {
    max-width: 670px;
    gap: 20px;
  }
  .features-section {
    padding: 80px 0 0;
  }
}

@media only screen and (max-width: 767px) {
  /* .hero-text h1 {
    max-width: 290px;
  } */
  .features-title {
    text-align: left;
    max-width: 500px;
    margin: auto auto 60px;
  }
  .features-grid {
    max-width: 500px;
    gap: 30px;
    -ms-grid-columns: auto;
        grid-template-columns: auto;
    text-align: left;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
  .features-block {
    max-width: 100%;
  }
  /* .bottom-cta-wrap {
    max-width: 360px;
  } */
  .bottom-cta-section {
    padding: 80px 0;
  }
}

@media only screen and (max-width: 480px) {
  .zwrapper h1 {
    font-size: 27px;
  }
  .zwrapper h2 {
    font-size: 25px;
  }
  .hero-section {
    padding: 30px 0 60px;
  }
  .hero-text {
    max-width: 100%;
  }
  .simplify-section {
    padding: 70px 0;
  }
  .simplify-text h3 {
    font-size: 21px;
  }
  .features-section {
    padding: 70px 0 0;
  }
  .bottom-cta-wrap {
    max-width: 350px;
  }
  .bottom-cta-section {
    padding: 70px 0 80px;
  }
}
