.solution-items{max-height:0;overflow:hidden;transition:max-height .5s ease-out}.solution-items.expanded{max-height:500px}.animatedBorder{border-top:2px solid rgb(17,60,95);position:relative}.animatedBorder:after{content:"";position:absolute;width:100%;transform:scaleX(0);height:2px;top:-2px;left:0;background-color:rgb(33,150,243);transition:transform .25s ease-out}.animatedBorder:hover:after{transform:scaleX(1)}.solution-title{display:flex;align-items:center}.solution-title img{margin-right:8px}