body{font-family:Poppins,sans-serif}
.hero{background:linear-gradient(135deg,#2d7a3e,#5fa36a);padding:120px 0}
.hero h1{font-weight:700}
.section-title{font-weight:700;color:#2d7a3e;margin-bottom:20px}
.product-card{background:#fff;padding:20px;border-radius:14px;box-shadow:0 10px 30px rgba(0,0,0,.1);text-align:center;height:100%}
.product-card img{height:200px;object-fit:contain;margin-bottom:15px}
@media(max-width:768px){.hero{text-align:center;padding:80px 0}.product-card img{height:160px}}