.product-sec .heading-wrapper{margin-bottom:50px;padding:0 150px}.product-sec .heading-wrapper p{text-align:center}.product-sec .sec-heading{text-align:center;color:#000}.product-cards{display:flex;flex-direction:row}.product-card{width:calc(100% / 2 - 30px);margin:0 15px 20px;box-shadow:0 0 15px rgba(0 0 0 / 15%);padding:40px;display:flex;flex-direction:column;align-items:center;text-align:center}.product-card__img{max-height:200px;height:100%;margin-bottom:20px}.product-card__img figure{height:100%;margin:0}.product-card__img img{height:100%;object-fit:contain;transition:all .3s ease-in-out .1s}.product-card:hover .product-card__img img{transform:scale(1.1)}.product-card__title{color:#0084bd;font-weight:800;font-size:24px}.product-card__description{flex-grow:1;display:inline-flex;flex-direction:column}.product-card__description p{font-size:17px;flex-grow:1}@media(max-width:991px){.product-sec .heading-wrapper{padding:0 80px}.product-card{padding:30px 20px}.product-card__title{font-size:20px}.product-card__description p{font-size:16px;margin-top:5px}}@media(max-width:575px){.product-sec .heading-wrapper{padding:0}.product-cards{flex-wrap:wrap}.product-card{width:100%;margin:0 0 20px}}