body,
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #3e3e3d;
}

h2 {
  font-size: 5.8rem;
  margin: 4rem 0 3rem 0;
}

p {
  font-family: karlaLight;
  font-size: 2rem;
  line-height: 120%;
  max-width: 97%;
}

.section {
  min-height: 100vh;
  min-height: 100dvh;
  height: auto;
  width: 100%;
  display: flex;
  align-items: center;
}

.container-section {
  margin-bottom: 8rem;
}

.lander-container {
  min-height: 100vh;
  min-height: 100dvh;
  height: auto;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url("/static/images/pfi-landing-back.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.lander-container .container {
  min-height: inherit;
  height: 100%;
}

.lander-container .lander-content {
  min-height: inherit !important;
  height: 100% !important;
}

.lander-content {
  height: 100%;
  width: 100%;
  padding-left: 10%;
}

.lander-content h1 {
  font-family: helvBold;
  font-size: 7rem;
  color: #fff;
  padding: 2rem 2rem 2rem 0;
}

.lander-content h3 {
  font-size: 2rem;
  font-family: helv;
  letter-spacing: 0.5rem;
  margin-bottom: 4rem;
  color: #fff;
}

.h1-border {
  display: inline-block;
  border-bottom: 2px solid #fff;
}

h1 {
  font-size: 8.6rem;
  font-family: helvLight;
}

h4 {
  font-size: 2.9rem;
  font-family: helvLight;
  margin: 3rem auto;
}

.pfi-banner {
  display: block;
  width: 100%;
  margin-bottom: 8em;
}

.carousel-section {
  max-width: 84%;
  margin: 8em auto;
}

.carousel-section p {
  padding-right: 3%;
}

.carousel-section h2,
.carousel-section h4,
.carousel-section p {
  margin-left: 2.4%;
}

.actual-carousel {
  margin-left: -0.6%;
}

.revolution-carousel-item {
  min-width: 100%;
  width: 100%;
}

.revolution-carousel-item img {
  min-width: 100%;
  width: 100%;
}

.gallery-indicators {
  margin-bottom: 4rem;
}

.highlights-section {
  max-width: 90%;
  margin-left: 10%;
}

.highlights-flex {
  display: flex;
  justify-content: space-between;
  margin: 0;
}

.highlights-flex > * {
  flex-grow: 0;
}

.highlights-left {
  width: 60%;
}

.highlights-left h2 {
  font-size: 4em;
}

.highlights-left .hr-border-green {
  width: 56.6%;
}

.highlights-right {
  background-color: #80b53f;
  width: 40%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.highlights-right h3 {
  font-size: 2.6em;
  font-family: helvBold;
  margin: 0;
  position: relative;
}

.highlights-right h3:before {
  content: "";
  position: absolute;
  left: -6rem;
  top: 0;
  width: 4rem;
  height: 6rem;
  background-size: 4rem auto;
  background-position: center top;
  background-repeat: no-repeat;
}

.highlights-right h3#drip-irrigation:before {
  background-image: url("/static/images/pfi-irrigation.png");
}

.highlights-right h3#controlled-growth:before {
  background-image: url("/static/images/pfi-controlled-growth.png");
}

.highlights-right h3#zero-soil:before {
  background-image: url("/static/images/pfi-zero-soil.png");
}

.highlights-right p {
  margin: 0;
  margin-bottom: 2em;
}

.highlights-right h3,
.highlights-right p {
  color: #fff;
}

.highlights-right-content {
  margin: 6em 0 6em 14%;
  width: 72%;
}

.blurb {
  display: flex;
  align-items: center;
  margin: 3rem 0;
}

.blurb img {
  height: 6.4em;
}

.blurb-row {
  align-items: center;
}

.blurb-img-container {
  width: 12rem;
  margin-right: 2rem;
  text-align: center;
}

.blurb-content {
  width: 100%;
}

.blurb-content p {
  max-width: 100%;
  margin-bottom: 0px;
}

.blurb-content h3 {
  font-size: 3.2rem;
  font-weight: 400;
  margin-bottom: 0;
}

.blurb-content span {
  font-family: helvBold;
  font-size: 4rem;
}

.carousel-container {
  margin-top: 6em;
}

.produce-carousel-item {
  min-width: 24.25%;
  width: 24.25%;
  margin-right: 1%;
}

.produce-carousel-item img {
  width: 100%;
}

.produce-carousel-item h3 {
  font-family: helvBold;
  font-size: 2rem;
  margin-top: 0.6em;
}

.features-section h4 {
  margin: 0;
  margin-top: 2em;
}

.features-section p {
  margin: 0;
}

.solutions-container p {
  margin-bottom: 4rem;
}

/* Responsive */
@media only screen and (max-width: 991px) {
  .highlights-section {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .highlights-flex {
    flex-direction: column;
  }

  .highlights-left {
    width: 100%;
  }

  .highlights-left .hr-border-green {
    width: 55.4%;
  }

  .highlights-right-content {
    margin: 4em auto;
    width: 100%;
  }

  .highlights-right {
    width: 100%;
    padding: 6em 10%;
  }

  .highlights-right h3 {
    font-size: 2.6em;
    font-family: helvBold;
    margin: 0;
  }

  .highlights-right p {
    margin: 0;
    margin-bottom: 2em;
  }
}

@media only screen and (max-width: 767px) {
  .highlights-right {
    padding: 6em 20%;
  }
}

@media only screen and (max-width: 575px) {
  .highlights-left .hr-border-green {
    width: 100%;
  }

  .highlights-right {
    padding: 6em 8% 6em 20%;
  }

  .highlights-section {
    max-width: 90%;
  }

  .produce-carousel-item {
    min-width: 50%;
    width: 50%;
    margin-right: 2%;
  }

  .produce-carousel-item img {
    width: 100%;
  }

  .produce-carousel-item h3 {
    font-family: helvBold;
    font-size: 2rem;
    margin-top: 0.6em;
  }
}

/*# sourceMappingURL=precisionFarmingIndia.min.css.map */
