.solution__box{position:relative;box-sizing:border-box;flex-direction:column;flex-wrap:nowrap;border-radius:4px;border-left:1px solid #3a3a3a;transition:all .15s ease;padding:0!important;z-index:1;margin-bottom:80px;display:flex}.solution__box:hover:before{opacity:1}.solution__box:hover{transition:all .15s linear}@keyframes wh-animateBg-solutions{0%{background-position:0 77%}50%{background-position:100% 24%}to{background-position:0 77%}}.solution__box--upper{flex-grow:1;padding:0 15px;border-left:2px solid rgba(58,58,58,.1);display:flex;flex-direction:column}.solution__box--image{display:block;max-height:80px;margin:5px auto 15px;filter:url(#wh-imgFilter-solutions)}.solution__box:hover .solution__box--image{filter:none}.solution__box--title{font-weight:500;font-size:18px;line-height:20px;color:#3a3a3a;margin:0 0 2rem}.solution__box--text{font-size:14px;line-height:18px;font-weight:400;color:#565656;margin-bottom:1.5rem;flex-grow:1}.solution__box--lower{border-radius:0 0 3px 3px;padding:10px 0;border-top:1px solid #e7e7e7;opacity:0;transition:all .15s linear}.solution__box:hover .solution__box--lower{border-top:1px solid #fff;opacity:1}.solution__box--cta{text-align:left;color:#3a3a3a;font-size:11px;display:block;font-weight:400;padding:.6rem 35px .6rem 0;margin-bottom:1rem}.solution__box--cta:after{content:"";display:inline-block;position:absolute;width:30px;height:18px;background:url(https://f.hubspotusercontent00.net/hubfs/8756251/qualco-cta-arrows-circle-stroke-icon.svg);padding-left:4px;margin:-1px 20px 0 10px;opacity:1;background-repeat:no-repeat;background-size:cover;background-position:100%;transition:all .25s ease}.solution__box--cta:hover:after{width:35px;transition:all .25s ease}