.feature_card_wrapper{background:#f2b942;background:linear-gradient(131deg,#f2b942,#e7503d);border-radius:24px;color:#fff;margin-bottom:35px;overflow:hidden;padding:2px;text-align:center}.feature_card_inner{background-color:#111d28;border-radius:23px}.feature_card_content_wrapper{background-color:hsla(0,0%,100%,.1);padding:24px}.feature_card_content_wrapper .icon_wrapper{position:relative}.feature_card_content_wrapper .icon_wrapper .image_default{transition:.2s ease-out}.feature_card_content_wrapper .icon_wrapper .image_hover{height:100%;left:0;opacity:0;position:absolute;top:0;transition:.2s ease-out;width:100%}.feature_card_content_wrapper .icon_wrapper:hover .image_default{opacity:0}.feature_card_content_wrapper .icon_wrapper:hover .image_hover{opacity:1}.feature_card_content_wrapper .heading{color:#fff;font-size:20px;font-weight:600;margin:15px 0;text-align:center}.feature_card_content_wrapper .description{color:#fff;font-size:18px;line-height:156%;text-align:center}.feature_card_content_wrapper .description p:last-child{margin-bottom:0}@media (min-width:768px){.hs_cos_wrapper_widget:has(.feature_card_wrapper){height:100%}.feature_card_content_wrapper,.feature_card_inner,.feature_card_wrapper{height:100%}}