.product-cards{display:flex;flex-wrap:wrap;justify-content:center;margin-left:auto;margin-right:auto;width:100%}.product-cards .product-row{flex:1 0 33.33%;max-width:33.33%;padding:48px 8px 5px}.product-cards .product-block{border-radius:20px;overflow-y:hidden;position:relative;-webkit-transition:all .5s ease-in-out;-moz-transition:all .5s ease-in-out;-o-transition:all .5s ease-in-out;-ms-transition:all .5s ease-in-out;transition:all .5s ease-in-out}.product-cards .product-block a{color:#777}.product-cards .product-block .product-icon{align-items:center;border-radius:50%;display:flex;height:100px;justify-content:center;position:relative;width:100px;z-index:1}.product-cards .product-block.color-blue .product-icon{background-image:linear-gradient(180deg,#008acd,#135188)}.product-cards .product-block.color-magenta .product-icon{background-image:linear-gradient(180deg,#a8227f,#62164b)}.product-cards .product-block.color-orange .product-icon{background-image:linear-gradient(180deg,#e89925,#a76403)}.product-cards .product-block .product-icon img{height:auto;max-height:62px;max-width:78px;-webkit-transition:all .5s ease-in-out;-moz-transition:all .5s ease-in-out;-o-transition:all .5s ease-in-out;-ms-transition:all .5s ease-in-out;transition:all .5s ease-in-out;width:auto}.product-cards .product-block .product-content{backdrop-filter:blur(32px) opacity(.9);background:hsla(0,0%,100%,.2);border:3px solid #a8227f;border-radius:20px;box-shadow:2px 0 10px rgba(190,200,209,.44);color:var(--white-color);font-family:var(--secondary-font);font-size:20px;font-weight:400;line-height:36px;margin-left:50px;margin-top:-50px;padding:58px 20px 20px;text-align:left}.product-cards .product-block.color-blue .product-content{border-color:#008acd}.product-cards .product-block.color-magenta .product-content{border-color:#a8227f}.product-cards .product-block.color-orange .product-content{border-color:#e89925}.product-cards .product-block .product-content h4{color:var(--white-color);font-family:var(--secondary-font);font-size:28px;font-weight:700;line-height:34px;margin-bottom:16px}.product-cards .product-block .product-content .product-link{padding-top:16px}.product-cards .product-block .product-content a{color:var(--white-color);font-family:var(--secondary-font);font-size:24px;font-weight:700;line-height:29px;text-transform:uppercase}.product-cards .product-block .product-content .product-link svg{height:16px;margin:0 -6px 0 0}.product-cards .product-block .product-content .product-link svg path{fill:var(--white-color)}@media (max-width:1080px){.product-cards .product-block .product-content a{font-size:20px;line-height:26px}.product-cards .product-block .product-content{font-size:18px;line-height:32px}.product-cards .product-block .product-content h4{font-size:26px;line-height:32px}}@media (max-width:991px){.product-cards .product-row{flex:1 0 50%;max-width:50%}.product-cards .product-block .product-content h4{font-size:24px!important;line-height:30px!important}}@media (max-width:767px){.product-cards .product-row{flex:1 0 100%;max-width:100%}.product-cards .product-block .product-content{margin-left:0}.product-cards .product-block .product-icon{left:calc(50% - 50px)}}