.product-grid .products .product .text .link a {
  text-align: center;
  font-weight: 700;
  font-size: 15px;
  border-radius: 60px;
  text-decoration: none;
  padding: 12px 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  border: 1px solid transparent;
}
.product-grid .products .product .text .link a svg {
  margin-right: 10px;
}
.product-grid .products .product .text .link a:disabled {
  opacity: 0.5;
}
.product-grid .products .product .text .link a:disabled:hover {
  cursor: not-allowed;
}

.product-grid .products .product .text .link a {
  background-color: #88BC23;
  color: #061D41;
}
.product-grid .products .product .text .link a:hover:not(:disabled) {
  background-color: #fff !important;
  border: 1px solid #88BC23;
}

.product-grid {
  max-width: 900px;
  margin: 0 auto;
}
@media screen and (max-width: 900px) {
  .product-grid {
    padding: 0 20px;
  }
}
@media screen and (max-width: 600px) {
  .product-grid .title h4 {
    font-size: 21px;
    letter-spacing: -0.35px;
    line-height: 23px;
  }
}
.product-grid .products {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 40px;
}
@media screen and (max-width: 600px) {
  .product-grid .products {
    gap: 12px;
    justify-content: space-between;
  }
}
.product-grid .products .product {
  width: calc(33.3% - 14px);
  background: #E0F0BF;
  border-radius: 30px;
  padding: 30px;
}
@media screen and (max-width: 900px) {
  .product-grid .products .product {
    width: calc(50% - 20px);
  }
}
@media screen and (max-width: 600px) {
  .product-grid .products .product {
    width: calc(50% - 6px);
    padding: 20px;
  }
}
@media screen and (max-width: 450px) {
  .product-grid .products .product {
    width: calc(50% - 6px);
    padding: 10px 12px;
  }
}
@media screen and (max-width: 350px) {
  .product-grid .products .product {
    width: 100%;
    padding: 25px;
  }
}
.product-grid .products .product .image {
  height: 130px;
  display: flex;
  justify-content: center;
  margin-bottom: 15px;
}
@media screen and (max-width: 600px) {
  .product-grid .products .product .image {
    height: 80px;
  }
}
.product-grid .products .product .image img {
  object-fit: contain;
  height: 136px !important;
  width: 201px !important;
}
@media screen and (max-width: 600px) {
  .product-grid .products .product .image img {
    height: 79px !important;
    width: 115px !important;
  }
}
.product-grid .products .product .text {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.product-grid .products .product .text .title p {
  font-weight: 700;
  font-size: 21px;
  letter-spacing: -0.35px;
  line-height: 23px;
  color: #061D41;
}
@media screen and (max-width: 600px) {
  .product-grid .products .product .text .title p {
    font-size: 16px;
  }
}
.product-grid .products .product .text .textarea {
  min-height: 85px;
}
@media screen and (max-width: 600px) {
  .product-grid .products .product .text .textarea {
    min-height: 105px;
  }
}
.product-grid .products .product .text .textarea p {
  font-size: 15px;
  letter-spacing: 0;
  line-height: 21px;
  color: #061D41;
}
@media screen and (max-width: 600px) {
  .product-grid .products .product .text .textarea p {
    font-size: 13px;
  }
}
.product-grid .products .product .text .link a {
  height: 36px;
  width: 125px;
}
@media screen and (max-width: 600px) {
  .product-grid .products .product .text .link a {
    font-size: 14px;
    padding: 8px 22px;
    width: 100%;
  }
}
.product-grid .products .product .text .link a span {
  margin-left: 2px;
}

/*# sourceMappingURL=product-grid.css.map */
