.product-grid{display:flex;flex-wrap:wrap}.product-grid .step-section{margin-bottom:30px;padding:10px;width:190px}.product-grid .step-section.extended{align-items:center;display:flex;flex:1;min-width:300px}.product-grid .step-section img{border-radius:10px;height:180px;object-fit:cover;width:100%}.product-grid .step-section .heading{color:#000;font-size:calc(var(--scale)*1.2);font-weight:600;margin:6px 0;text-align:start}.product-grid .step-section .description{color:#000;font-size:var(--scale);line-height:20px;text-align:start}.notice{background:#f6f6f5;border-radius:10px;color:#000;font-size:calc(var(--scale)*1.2);line-height:30px;margin:20px 0;padding:15px 40px}@media (max-width:991px){.product-grid .step-section{width:33.33%}}@media (max-width:720px){.product-grid .step-section{width:50%}}@media (max-width:376px){.product-grid .step-section{width:100%}}