.product_grid{display:grid;gap:48px;grid-template-columns:repeat(3,1fr)}.product_grid.two_col{gap:64px;grid-template-columns:repeat(2,1fr)}.product_grid .graph_wrapper{position:relative}.product_grid .graph_wrapper .graph_overlay{align-items:center;backdrop-filter:blur(11px);background:hsla(0,0%,100%,.1);border:1px solid #a5d2f2;border-radius:7px;bottom:-30px;display:flex;height:65px;justify-content:center;left:30px;padding:15px;position:absolute;width:65px}.product_grid .graph_wrapper .graph_overlay img{height:auto;width:100%}.product_grid .image_holder{border-radius:10px;height:180px;margin-bottom:24px;overflow:hidden;width:100%}.product_grid.two_col .image_holder{height:384px}.product_grid .image_holder img{height:100%;object-fit:cover;transition:all 2.3s ease;width:100%}.product_grid h2,.product_grid h3,.product_grid h4,.product_grid h5{margin-bottom:24px}.product_grid.dark h2,.product_grid.dark h3,.product_grid.dark h4,.product_grid.dark h5{color:#000;margin-bottom:24px}.product_grid .description{padding-top:40px}.product_grid .button{padding:12px 24px 12px 0}.product_grid .description *{color:#fff}.product_grid.dark .description *{color:#000}@media (max-width:868px){.product_grid,.product_grid.two_col{gap:48px;grid-template-columns:1fr}.product_grid.two_col .image_holder{height:221px}}