.button-prodcuts{align-items:left;display:flex;gap:40px}.products__wrapper .topHeading{margin-bottom:46px}.products__wrapper .topHeading h2{font-size:25px;line-height:1.3;text-align:center}.product__list{display:flex;flex-direction:column;row-gap:40px}.product__list .product__card{border-radius:10px;column-gap:20px;display:grid;grid-template-columns:1fr 1fr;row-gap:22px}.product__list .product__card .hs-product__image img{aspect-ratio:1/.62;border-radius:6px;object-fit:cover;width:100%}.product__card .hs-product__content{display:flex;flex-direction:column;padding:30px}.product__card .badge{align-self:self-start;background:#abc4c0;border-radius:4px;color:#000;display:inline-flex;font-size:15px;font-weight:400;margin-bottom:12px;padding:4px 12px}.product__card .hs-product__price{color:var(--primary-color);font-size:28px}.product__card .hs-product__description{margin-top:10px}.product__card .hs-product__content .hs-product__buttonBox{margin-top:auto;padding-top:30px}.product__card .hs-product__content .hs-product__button{width:100%}@media (max-width:991px){.product__list .product__card{grid-template-columns:1fr}}@media (max-width:640px){.products__wrapper .topHeading h2{font-size:20px}.product__list .product__card{padding:22px}.product__card .hs-product__content{padding:5px}.button-prodcuts{display:flex;flex-direction:column}}