.product-content,.products-grid{flex-direction:column;position:relative}.product-card,.products-section{overflow:hidden;background:#f8f9fa}*{margin:0;padding:0;box-sizing:border-box;font-family:poppins}.products-section{min-height:100vh;padding:4rem 1rem;position:relative}.container{max-width:1200px;margin:0 auto}.section-title{color:#1a1a1a}.section-title::after{content:'';position:absolute;bottom:-1rem;left:50%;transform:translateX(-50%);width:80px}.products-grid{display:flex;margin:0 auto}.product-card{display:grid;grid-template-columns:repeat(2,1fr);min-height:400px;width:1200px;max-width:100%;margin:0 auto;box-shadow:0 15px 30px rgba(0,0,0,.1)}.product-image{position:relative;overflow:hidden}.product-image img{width:100%;height:100%;object-fit:cover;transition:transform .5s}.product-card:hover .product-image img{transform:scale(1.05)}.product-content{padding:3rem;display:flex;justify-content:center;background:#f8f9fa;z-index:1}.product-title{color:#1a1a1a;margin-bottom:2rem;font-weight:600;position:relative}.product-title::after{content:'';position:absolute;bottom:-.5rem;left:0;width:50px}.product-list{list-style:none;display:flex;flex-direction:column;gap:1rem}.product-list li{color:#212529;display:flex;align-items:center;gap:1rem;font-size:1rem;transition:transform .3s}.product-list li:hover{transform:translateX(10px);color:#2d2c5d}.checkmark-icon{min-width:20px;width:20px;height:20px;color:#2d2c5d}@media (max-width:768px){.product-card:nth-child(2){display:flex;flex-direction:column-reverse}.product-card{grid-template-columns:1fr;min-height:auto}.product-image{height:300px}.product-content{padding:2rem}.products-grid{gap:2rem}.section-title{margin-bottom:3rem}}@media (max-width:480px){.products-section{padding:3rem 1rem}.product-content{padding:1.5rem}.product-image{height:250px}}