.Section{min-height:100vh;display:flex;flex-wrap:nowrap;justify-content:center;align-items:center;flex-direction:column}.Section.About{padding:4rem 0;background:var(--accent)}.Section.About p{text-align:justify}.Section.About a{color:var(--black)}.Section.About h2{font-size:2.5rem;font-weight:600;text-align:center;margin-bottom:2rem}.Section.About .description{font-size:1.2rem;line-height:1.6;margin-bottom:2rem;padding:0 1rem}.LandingProductCard{background-color:var(--light);border:1px solid var(--gray);border-radius:12px;padding:16px;box-shadow:0 4px 8px rgba(0,0,0,.1);text-align:center;transition:transform .3s ease,box-shadow .3s ease;margin:1rem;min-height:10rem}.LandingProductCard:hover{transform:scale(1.05);box-shadow:0 6px 12px rgba(0,0,0,.2)}.LandingProductCard img{max-width:100%}.LandingProductCard .LandingProductCardName{font-size:20px;font-weight:600;color:var(--black);line-height:1.5;margin-bottom:8px;border-bottom:1px solid rgba(0,0,0,.1);padding-bottom:8px}.LandingProductCard .LandingProductCardDesc{font-size:14px;font-weight:400;color:var(--gray);line-height:1.5}