.product-feature{display:flex;flex-wrap:wrap;justify-content:center;padding:34px 0 50px;width:100%}.product-feature .product-row{flex:1 0 33.33%;max-width:33.33%;padding:48px 8px 5px}.product-feature.center-feature .product-row:nth-child(2){padding:0 8px 5px}.product-feature .product-block{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-feature .product-block a{color:#777}.product-feature .product-block .product-img{background-position:50%;background-repeat:no-repeat;background-size:cover;border-radius:20px;height:214px;-webkit-transition:all .9s ease-in-out;-moz-transition:all .9s ease-in-out;-o-transition:all .9s ease-in-out;-ms-transition:all .9s ease-in-out;transition:all .9s ease-in-out}.product-feature.center-feature .product-row:nth-child(2) .product-block .product-img{height:262px}.product-feature .product-block .product-content{backdrop-filter:blur(32px) opacity(.9);background:hsla(0,0%,100%,.2);border:3px solid #a8227f;border-radius:0 0 20px 20px;border-top-color:transparent!important;color:var(--white-color);font-family:var(--secondary-font);font-size:20px;font-weight:400;line-height:1.5em;margin:0 20px 30px;padding:20px;text-align:center}.product-feature .product-block .product-content h4{color:var(--white-color);font-family:var(--secondary-font);font-size:24px;font-weight:700;line-height:29px;margin-bottom:16px}.product-feature.center-feature .product-row:nth-child(2) .product-block .product-content h4{font-size:30px;line-height:36px}.product-feature .product-block .product-content .product-link{padding-top:16px}.product-feature .product-block .product-content a{color:var(--white-color);font-family:var(--secondary-font);font-size:20px;font-weight:700;line-height:1.5em;text-transform:uppercase}.product-feature .product-block .product-content .product-link svg{height:16px;margin:0 -6px 0 0}.product-feature .product-block .product-content .product-link svg path{fill:var(--white-color)}@media (max-width:991px){.product-feature .product-row{flex:1 0 50%;max-width:50%}}@media (max-width:767px){.product-feature .product-row{flex:1 0 100%;max-width:100%}}