.whatsapp-icon {
  position: absolute;
  z-index: 999;
}
.whatsapp-icon a {
  position: fixed;
  bottom: 4rem;
  right: 3rem;
}
.whatsapp-icon a i {
  font-size: 2.5rem;
  color: white;
  background-color: green;
  padding: 0.8rem 0.9rem;
  border-radius: 50%;
}

.page2-sideImg {
  position: absolute;
  left: 0rem;
  bottom: -40rem;
}
.page2-sideImg img {
  height: 20rem;
}

.page2-sideImgMilk {
  position: absolute;
  right: 7rem;
  top: 0rem;
}
.page2-sideImgMilk img {
  height: 30rem;
}

.page2-heading {
  padding-top: 8.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.page2-heading h1 {
  font-family: "Jost";
  font-style: normal;
  font-weight: 800;
  font-size: 2.7rem;
  display: flex;
  justify-content: center;
  text-align: center;
  color: #1b1b1d;
  font-size: 4rem;
  line-height: 4.375rem; /* 109.375% */
}
.page2-heading h1 span {
  color: var(--black);
}
.page2-heading p {
  font-family: "Jost";
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  margin-top: 1rem;
  text-align: center;
  color: #64646a;
  width: 37.75rem;
  font-size: 1.125rem;
  line-height: 1.875rem; /* 166.667% */
  text-transform: capitalize;
}

@media screen and (max-width: 992px) {
  .page2-heading h1 {
    font-size: 3rem;
  }
}
@media screen and (max-width: 768px) {
  .page2-heading h1 {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 600px) {
  .page2-heading h1 {
    font-size: 2.2rem;
  }
  .page2-heading p {
    font-size: 0.9rem;
    width: 25rem;
  }
}
@media screen and (max-width: 480px) {
  .page2-heading h1 {
    font-size: 2rem;
  }
  .page2-heading p {
    font-size: 0.9rem;
  }
}
@media screen and (max-width: 420px) {
  .page2-heading h1 {
    font-size: 2rem;
    line-height: 3rem;
  }
}
@media screen and (max-width: 405px) {
  .page2-heading p {
    width: 16.5rem;
    font-size: 0.9rem;
  }
}
@media screen and (max-width: 376px) {
  .page2-heading h1 {
    font-size: 2rem;
  }
  .page2-heading p {
    width: 18rem;
    font-size: 0.9rem;
  }
}
.card-friuts {
  margin-top: 2rem;
}
.card-friuts h1 {
  font-family: "Jost";
  font-style: normal;
  font-weight: 600;
  display: flex;
  justify-content: center;
  text-align: center;
  color: #1b1b1d;
  font-size: 3rem;
  line-height: 4.375rem; /* 109.375% */
}

.page2-cards {
  display: flex;
  justify-content: space-around;
  margin-top: 3rem;
  position: relative;
}

.row > * {
  width: unset;
}

.page2-card1 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 24.5625rem;
  height: -moz-fit-content;
  height: fit-content;
  padding: 3rem 0;
  padding-bottom: 1rem;
  border: 2px solid rgba(0, 0, 0, 0.114);
  margin: 1rem;
  background: linear-gradient(152.09deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  filter: drop-shadow(0px 30px 60px rgba(163, 168, 179, 0.15));
  border-radius: 24px;
}
.page2-card1 h5 {
  font-family: "Jost";
  font-style: normal;
  font-weight: 600;
  color: #1b1b1d;
  font-size: 2.25rem;
}
.page2-card1 p {
  font-family: "Jost";
  margin-top: 0.5rem;
  font-style: normal;
  font-weight: 400;
  color: #64646a;
  font-size: 1.125rem;
  line-height: 1.875rem; /* 166.667% */
  text-transform: capitalize;
}
.page2-card1 button {
  background-color: var(--black);
  border: none;
  border-radius: 7.875rem;
  font-weight: 500;
  box-shadow: 0px 30px 60px rgba(163, 168, 179, 0.15);
  font-family: "Jost", sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  text-transform: uppercase;
  width: 14.0625rem;
  padding: 0.9375rem 1.875rem;
  gap: 0.625rem;
  color: #fff;
  font-size: 1.125rem;
  line-height: 1.875rem; /* 166.667% */
}

.page2-img {
  display: flex;
  justify-content: center;
  margin: 2.5rem 0;
}
.page2-img img {
  width: 11.375rem;
  height: 10.375rem;
}

.page2-btn {
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 1200px) {
  .page2-card1 {
    width: 18rem;
    height: 30rem;
  }
}
@media screen and (max-width: 992px) {
  .page2-half-img img {
    height: 20rem;
  }
  .page2-card1 {
    width: 18rem;
    height: -moz-fit-content;
    height: fit-content;
  }
}
@media screen and (max-width: 768px) {
  .page2-half-img img {
    height: 17rem;
  }
  .page2-cards {
    margin-top: 2rem;
  }
}
@media screen and (max-width: 600px) {
  .page2-half-img img {
    height: 14rem;
  }
  .page2-heading h1 {
    font-size: 2.2rem;
  }
  .page2-heading p {
    font-size: 0.9rem;
  }
}
@media screen and (max-width: 480px) {
  .page2-half-img img {
    height: 12rem;
  }
  .page2-heading h1 {
    font-size: 2rem;
  }
  .page2-heading p {
    font-size: 0.9rem;
  }
}
@media screen and (max-width: 376px) {
  .page2-half-img img {
    height: 12rem;
  }
  .page2-heading h1 {
    font-size: 2rem;
  }
  .page2-heading p {
    width: 18rem;
    font-size: 0.9rem;
  }
}/*# sourceMappingURL=export.css.map */