.features-module .features{display:flex;flex-flow:row wrap;justify-content:space-evenly}.features-module .feature{display:flex;flex-flow:column nowrap;align-items:center;text-align:center;cursor:pointer;padding:20px}.features-module .feature.active{cursor:default}.features-module .feature .feature-icon{height:66px}.features-module .feature.active .feature-icon{filter:brightness(0.9) invert(.5) sepia(.5) hue-rotate(180deg) saturate(3000%)}.features-module .feature .title{margin-top:18px}.features-module .feature.active .title{color:#3498db}.features-module .content{display:none;flex-flow:row nowrap;padding-top:40px}.features-module .content.active{display:flex}.features-module .content .image-wrapper{flex:1;position:relative;height:0;width:100%;padding-top:20%}.features-module .content .image-wrapper img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:contain}.features-module .content .content-rich-text{flex:2;margin-left:35px}@media(max-width:768px){.features-module .content{flex-flow:column}.features-module .content .image-wrapper{flex:unset;padding-top:40%}.features-module .content .content-rich-text{flex:unset;margin-top:20px;margin-left:0}}