#product-cards,#product-cards *{box-sizing:border-box}#product-cards{padding:80px 0;background-color:#f9f9f9}#product-cards .content{width:100%;max-width:1150px;margin:auto;padding:0 15px}#product-cards .product-cards-title{text-align:center;width:100%;max-width:800px;margin:0 auto 35px}#product-cards .product-cards-container{display:flex;flex-wrap:wrap;gap:30px}#product-cards .product-card{width:100%;max-width:calc((100% - 30px)/ 2);padding:25px;border:1px solid #56718c;border-radius:15px;background:#fff;box-shadow:0 3px 3px rgba(0,0,0,.13);transition:.3s ease-out;position:relative;overflow:hidden;display:flex;flex-direction:column}#product-cards .product-card .svg{width:45px;height:auto;transition:.3s ease-out}#product-cards .product-card h3{margin:10px 0 0;font-size:21px;transition:.3s ease-out}#product-cards .product-card p:not(.link){margin:10px 0 auto;transition:.3s ease-out}#product-cards .product-card p.link{font-weight:700;color:#f36523!important}#product-cards .product-card>a{display:block;width:100%;height:100%;z-index:1;position:absolute;top:0;left:0;opacity:0}#product-cards .product-card sup>a{position:relative;z-index:2}#product-cards .product-card:hover h3,#product-cards .product-card:hover p:not(.link),#product-cards .product-card:hover sup>a:hover{color:#fff!important}#product-cards .product-card .background{filter:grayscale(1);opacity:.1;height:85%;width:auto;position:absolute;bottom:-25px;right:-25px;transition:.3s ease-out;pointer-events:none}#product-cards .product-card:hover{background-color:#56718c}#product-cards .product-card:hover .svg{filter:brightness(3)}#product-cards .product-card:hover .background{filter:grayscale(1) brightness(3)}#product-cards .product-card:hover sup>a{color:#f36523!important}@media(max-width:991px){#product-cards{padding:40px 0 20px}#product-cards .product-card{max-width:initial;padding:25px 15px}}