.sec1 {
  background: url("/assets/images/homebg1.jpg") no-repeat top center / cover;
}

.product {
  position: relative;
  border-radius: 2rem;
  overflow: hidden;
  /*box-shadow: 0 0 2rem rgba(0, 0, 0, 0.6);*/
}

.product .product-img img {
  aspect-ratio: 18/4;
  object-fit: cover;
  object-position: center center;
  height: auto;
}
.product-content {
  /*position: absolute;*/
  bottom: 0;
  width: 100%;
  color: black;
  /*background: rgba(0, 0, 0, 0.7);*/
  /*backdrop-filter: blur(5px);*/
  /*padding: 2rem;*/
  padding-top: 1.5rem;
}

.product-content p.big {
    color: var(--primary-green);
    font-size: 2.4rem;
}

.aboutd-sec2-grid-right p, .aboutd-sec2-grid-right ul {
    color: var(--black);
}

.features .feature {
  background: #073d0c;
  padding: 4rem 2.5rem;
  border-radius: 2rem;
  border: 1px solid #073d0c;
}

.feature .link {
    color: white;
    border-bottom: 1px solid white;
}

@media screen and (max-width: 768px) {
  .product .product-img img {
    aspect-ratio: 1/1;
  }
}
